Class: Aws::Types::GetServiceNetworkResourceAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceNetworkResourceAssociationResponse
- 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.
-
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
-
#domain_verification_status ⇒ "VERIFIED", ...
Returns the value of attribute domain_verification_status.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_managed_association ⇒ Boolean
Returns the value of attribute is_managed_association.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#private_dns_entry ⇒ Types::DnsEntry
Returns the value of attribute private_dns_entry.
-
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
-
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
-
#resource_configuration_name ⇒ ::String
Returns the value of attribute resource_configuration_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.
669 670 671 |
# File 'sig/types.rbs', line 669 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
672 673 674 |
# File 'sig/types.rbs', line 672 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
671 672 673 |
# File 'sig/types.rbs', line 671 def created_by @created_by end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
684 685 686 |
# File 'sig/types.rbs', line 684 def dns_entry @dns_entry end |
#domain_verification_status ⇒ "VERIFIED", ...
Returns the value of attribute domain_verification_status.
686 687 688 |
# File 'sig/types.rbs', line 686 def domain_verification_status @domain_verification_status end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
680 681 682 |
# File 'sig/types.rbs', line 680 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
679 680 681 |
# File 'sig/types.rbs', line 679 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
668 669 670 |
# File 'sig/types.rbs', line 668 def id @id end |
#is_managed_association ⇒ Boolean
Returns the value of attribute is_managed_association.
685 686 687 |
# File 'sig/types.rbs', line 685 def is_managed_association @is_managed_association end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
681 682 683 |
# File 'sig/types.rbs', line 681 def last_updated_at @last_updated_at end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
683 684 685 |
# File 'sig/types.rbs', line 683 def private_dns_enabled @private_dns_enabled end |
#private_dns_entry ⇒ Types::DnsEntry
Returns the value of attribute private_dns_entry.
682 683 684 |
# File 'sig/types.rbs', line 682 def private_dns_entry @private_dns_entry end |
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
674 675 676 |
# File 'sig/types.rbs', line 674 def resource_configuration_arn @resource_configuration_arn end |
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def resource_configuration_id @resource_configuration_id end |
#resource_configuration_name ⇒ ::String
Returns the value of attribute resource_configuration_name.
675 676 677 |
# File 'sig/types.rbs', line 675 def resource_configuration_name @resource_configuration_name end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
677 678 679 |
# File 'sig/types.rbs', line 677 def service_network_arn @service_network_arn end |
#service_network_id ⇒ ::String
Returns the value of attribute service_network_id.
676 677 678 |
# File 'sig/types.rbs', line 676 def service_network_id @service_network_id end |
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
678 679 680 |
# File 'sig/types.rbs', line 678 def service_network_name @service_network_name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
670 671 672 |
# File 'sig/types.rbs', line 670 def status @status end |