Class: Aws::Types::UpdateServiceNetworkVpcAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceNetworkVpcAssociationResponse
- 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.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def created_by @created_by end |
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def @dns_options end |
#id ⇒ ::String
Returns the value of attribute id.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def id @id end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def private_dns_enabled @private_dns_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def security_group_ids @security_group_ids end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def status @status end |