Class: Aws::Types::GetServiceNetworkVpcAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceNetworkVpcAssociationResponse
- 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_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
-
#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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#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.
-
#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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
735 736 737 |
# File 'sig/types.rbs', line 735 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
737 738 739 |
# File 'sig/types.rbs', line 737 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
736 737 738 |
# File 'sig/types.rbs', line 736 def created_by @created_by end |
#dns_options ⇒ Types::DnsOptions
Returns the value of attribute dns_options.
747 748 749 |
# File 'sig/types.rbs', line 747 def @dns_options end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
745 746 747 |
# File 'sig/types.rbs', line 745 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
744 745 746 |
# File 'sig/types.rbs', line 744 def @failure_message end |
#id ⇒ ::String
Returns the value of attribute id.
733 734 735 |
# File 'sig/types.rbs', line 733 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
746 747 748 |
# File 'sig/types.rbs', line 746 def last_updated_at @last_updated_at end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
743 744 745 |
# File 'sig/types.rbs', line 743 def private_dns_enabled @private_dns_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
742 743 744 |
# File 'sig/types.rbs', line 742 def security_group_ids @security_group_ids end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
740 741 742 |
# File 'sig/types.rbs', line 740 def service_network_arn @service_network_arn end |
#service_network_id ⇒ ::String
Returns the value of attribute service_network_id.
738 739 740 |
# File 'sig/types.rbs', line 738 def service_network_id @service_network_id end |
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
739 740 741 |
# File 'sig/types.rbs', line 739 def service_network_name @service_network_name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
734 735 736 |
# File 'sig/types.rbs', line 734 def status @status end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
741 742 743 |
# File 'sig/types.rbs', line 741 def vpc_id @vpc_id end |