Class: Aws::Types::VpcConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfigurationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def vpc_id @vpc_id end |