Class: Aws::Types::InstanceProfile
- Inherits:
-
Object
- Object
- Aws::Types::InstanceProfile
- 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_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
-
#instance_profile_creation_time ⇒ ::Time
Returns the value of attribute instance_profile_creation_time.
-
#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.
-
#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.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def availability_zone @availability_zone end |
#description ⇒ ::String
Returns the value of attribute description.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def description @description end |
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def instance_profile_arn @instance_profile_arn end |
#instance_profile_creation_time ⇒ ::Time
Returns the value of attribute instance_profile_creation_time.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def instance_profile_creation_time @instance_profile_creation_time end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def instance_profile_name @instance_profile_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def kms_key_arn @kms_key_arn end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def network_type @network_type end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def publicly_accessible @publicly_accessible end |
#subnet_group_identifier ⇒ ::String
Returns the value of attribute subnet_group_identifier.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def subnet_group_identifier @subnet_group_identifier end |
#vpc_security_groups ⇒ ::Array[::String]
Returns the value of attribute vpc_security_groups.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def vpc_security_groups @vpc_security_groups end |