Class: Aws::Types::ModifyInstanceProfileMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceProfileMessage
- 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_identifier ⇒ ::String
Returns the value of attribute instance_profile_identifier.
-
#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.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def availability_zone @availability_zone end |
#description ⇒ ::String
Returns the value of attribute description.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def description @description end |
#instance_profile_identifier ⇒ ::String
Returns the value of attribute instance_profile_identifier.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def instance_profile_identifier @instance_profile_identifier end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def instance_profile_name @instance_profile_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def kms_key_arn @kms_key_arn end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def network_type @network_type end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def publicly_accessible @publicly_accessible end |
#subnet_group_identifier ⇒ ::String
Returns the value of attribute subnet_group_identifier.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def subnet_group_identifier @subnet_group_identifier end |
#vpc_security_groups ⇒ ::Array[::String]
Returns the value of attribute vpc_security_groups.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def vpc_security_groups @vpc_security_groups end |