Class: Aws::Types::CreateServiceNetworkResourceAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkResourceAssociationResponse
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
202 203 204 |
# File 'sig/types.rbs', line 202 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
204 205 206 |
# File 'sig/types.rbs', line 204 def created_by @created_by end |
#id ⇒ ::String
Returns the value of attribute id.
201 202 203 |
# File 'sig/types.rbs', line 201 def id @id end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
205 206 207 |
# File 'sig/types.rbs', line 205 def private_dns_enabled @private_dns_enabled end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
203 204 205 |
# File 'sig/types.rbs', line 203 def status @status end |