Class: Aws::Types::CreateServiceNetworkVpcAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkVpcAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
250 251 252 |
# File 'sig/types.rbs', line 250 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
251 252 253 |
# File 'sig/types.rbs', line 251 def created_by @created_by end |
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
254 255 256 |
# File 'sig/types.rbs', line 254 def @dns_options end |
#id ⇒ ::String
Returns the value of attribute id.
248 249 250 |
# File 'sig/types.rbs', line 248 def id @id end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
253 254 255 |
# File 'sig/types.rbs', line 253 def private_dns_enabled @private_dns_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
252 253 254 |
# File 'sig/types.rbs', line 252 def security_group_ids @security_group_ids end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
249 250 251 |
# File 'sig/types.rbs', line 249 def status @status end |