Class: Aws::Types::CreateInstanceProfileMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceProfileMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#subnet_group_identifier ⇒ ::String
Returns the value of attribute subnet_group_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_security_groups ⇒ ::Array[::String]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
284 285 286 |
# File 'sig/types.rbs', line 284 def availability_zone @availability_zone end |
#description ⇒ ::String
Returns the value of attribute description.
290 291 292 |
# File 'sig/types.rbs', line 290 def description @description end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
289 290 291 |
# File 'sig/types.rbs', line 289 def instance_profile_name @instance_profile_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def kms_key_arn @kms_key_arn end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
288 289 290 |
# File 'sig/types.rbs', line 288 def network_type @network_type end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
286 287 288 |
# File 'sig/types.rbs', line 286 def publicly_accessible @publicly_accessible end |
#subnet_group_identifier ⇒ ::String
Returns the value of attribute subnet_group_identifier.
291 292 293 |
# File 'sig/types.rbs', line 291 def subnet_group_identifier @subnet_group_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
287 288 289 |
# File 'sig/types.rbs', line 287 def @tags end |
#vpc_security_groups ⇒ ::Array[::String]
Returns the value of attribute vpc_security_groups.
292 293 294 |
# File 'sig/types.rbs', line 292 def vpc_security_groups @vpc_security_groups end |