1
2package Paws::EC2::CreateSpotDatafeedSubscriptionResult {
3  use Moose;
4  has SpotDatafeedSubscription => (is => 'ro', isa => 'Paws::EC2::SpotDatafeedSubscription', xmlname => 'spotDatafeedSubscription', traits => ['Unwrapped',]);
5
6}
71;
8
9### main pod documentation begin ###
10
11=head1 NAME
12
13Paws::EC2::CreateSpotDatafeedSubscriptionResult
14
15=head1 ATTRIBUTES
16
17=head2 SpotDatafeedSubscription => Paws::EC2::SpotDatafeedSubscription
18
19
20
21The Spot Instance data feed subscription.
22
23
24
25
26
27
28
29
30
31
32
33=cut
34
35