Class: Aws::Types::VpcPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::VpcPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glue_connection_names ⇒ ::Array[::String]
Returns the value of attribute glue_connection_names.
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#glue_connection_names ⇒ ::Array[::String]
Returns the value of attribute glue_connection_names.
7013 7014 7015 |
# File 'sig/types.rbs', line 7013 def glue_connection_names @glue_connection_names end |
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
7012 7013 7014 |
# File 'sig/types.rbs', line 7012 def security_group_id @security_group_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
7011 7012 7013 |
# File 'sig/types.rbs', line 7011 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
7010 7011 7012 |
# File 'sig/types.rbs', line 7010 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
7009 7010 7011 |
# File 'sig/types.rbs', line 7009 def vpc_id @vpc_id end |