Class: Aws::Types::CreateCapacityReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityReservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#commitment_duration ⇒ ::Integer
Returns the value of attribute commitment_duration.
-
#delivery_preference ⇒ "fixed", "incremental"
Returns the value of attribute delivery_preference.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#end_date_type ⇒ "unlimited", "limited"
Returns the value of attribute end_date_type.
-
#ephemeral_storage ⇒ Boolean
Returns the value of attribute ephemeral_storage.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_match_criteria ⇒ "open", "targeted"
Returns the value of attribute instance_match_criteria.
-
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#placement_group_arn ⇒ ::String
Returns the value of attribute placement_group_arn.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def client_token @client_token end |
#commitment_duration ⇒ ::Integer
Returns the value of attribute commitment_duration.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def commitment_duration @commitment_duration end |
#delivery_preference ⇒ "fixed", "incremental"
Returns the value of attribute delivery_preference.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def delivery_preference @delivery_preference end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def dry_run @dry_run end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def ebs_optimized @ebs_optimized end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def end_date @end_date end |
#end_date_type ⇒ "unlimited", "limited"
Returns the value of attribute end_date_type.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def end_date_type @end_date_type end |
#ephemeral_storage ⇒ Boolean
Returns the value of attribute ephemeral_storage.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def ephemeral_storage @ephemeral_storage end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def instance_count @instance_count end |
#instance_match_criteria ⇒ "open", "targeted"
Returns the value of attribute instance_match_criteria.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def instance_match_criteria @instance_match_criteria end |
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def instance_platform @instance_platform end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def instance_type @instance_type end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def outpost_arn @outpost_arn end |
#placement_group_arn ⇒ ::String
Returns the value of attribute placement_group_arn.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def placement_group_arn @placement_group_arn end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def start_date @start_date end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def tag_specifications @tag_specifications end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def tenancy @tenancy end |