Class: Aws::Types::CreateServiceNetworkServiceAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceNetworkServiceAssociationResponse
- 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.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
229 230 231 |
# File 'sig/types.rbs', line 229 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
230 231 232 |
# File 'sig/types.rbs', line 230 def created_by @created_by end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def custom_domain_name @custom_domain_name end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
232 233 234 |
# File 'sig/types.rbs', line 232 def dns_entry @dns_entry end |
#id ⇒ ::String
Returns the value of attribute id.
227 228 229 |
# File 'sig/types.rbs', line 227 def id @id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
228 229 230 |
# File 'sig/types.rbs', line 228 def status @status end |