Class: Aws::EC2::Types::ScheduledInstancesPlacement
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ScheduledInstancesPlacement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the placement for a Scheduled Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#group_name ⇒ String
The name of the placement group.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
64354 64355 64356 64357 64358 64359 |
# File 'lib/aws-sdk-ec2/types.rb', line 64354 class ScheduledInstancesPlacement < Struct.new( :availability_zone, :group_name) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the placement group.
64354 64355 64356 64357 64358 64359 |
# File 'lib/aws-sdk-ec2/types.rb', line 64354 class ScheduledInstancesPlacement < Struct.new( :availability_zone, :group_name) SENSITIVE = [] include Aws::Structure end |