Class: Aws::Types::GetServiceNetworkServiceAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceNetworkServiceAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
-
#service_network_id ⇒ ::String
Returns the value of attribute service_network_id.
-
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
711 712 713 |
# File 'sig/types.rbs', line 711 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
713 714 715 |
# File 'sig/types.rbs', line 713 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
712 713 714 |
# File 'sig/types.rbs', line 712 def created_by @created_by end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
721 722 723 |
# File 'sig/types.rbs', line 721 def custom_domain_name @custom_domain_name end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
720 721 722 |
# File 'sig/types.rbs', line 720 def dns_entry @dns_entry end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
723 724 725 |
# File 'sig/types.rbs', line 723 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
722 723 724 |
# File 'sig/types.rbs', line 722 def @failure_message end |
#id ⇒ ::String
Returns the value of attribute id.
709 710 711 |
# File 'sig/types.rbs', line 709 def id @id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
716 717 718 |
# File 'sig/types.rbs', line 716 def service_arn @service_arn end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
714 715 716 |
# File 'sig/types.rbs', line 714 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
715 716 717 |
# File 'sig/types.rbs', line 715 def service_name @service_name end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
719 720 721 |
# File 'sig/types.rbs', line 719 def service_network_arn @service_network_arn end |
#service_network_id ⇒ ::String
Returns the value of attribute service_network_id.
717 718 719 |
# File 'sig/types.rbs', line 717 def service_network_id @service_network_id end |
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
718 719 720 |
# File 'sig/types.rbs', line 718 def service_network_name @service_network_name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
710 711 712 |
# File 'sig/types.rbs', line 710 def status @status end |