Class: Aws::Types::VpcEndpointAssociation
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_accessibility ⇒ ::String
Returns the value of attribute associated_resource_accessibility.
-
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
-
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
-
#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.
-
#private_dns_entry ⇒ Types::DnsEntry
Returns the value of attribute private_dns_entry.
-
#resource_configuration_group_arn ⇒ ::String
Returns the value of attribute resource_configuration_group_arn.
-
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
-
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#associated_resource_accessibility ⇒ ::String
Returns the value of attribute associated_resource_accessibility.
19102 19103 19104 |
# File 'sig/types.rbs', line 19102 def associated_resource_accessibility @associated_resource_accessibility end |
#associated_resource_arn ⇒ ::String
Returns the value of attribute associated_resource_arn.
19107 19108 19109 |
# File 'sig/types.rbs', line 19107 def associated_resource_arn @associated_resource_arn end |
#dns_entry ⇒ Types::DnsEntry
Returns the value of attribute dns_entry.
19105 19106 19107 |
# File 'sig/types.rbs', line 19105 def dns_entry @dns_entry end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
19104 19105 19106 |
# File 'sig/types.rbs', line 19104 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
19103 19104 19105 |
# File 'sig/types.rbs', line 19103 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
19098 19099 19100 |
# File 'sig/types.rbs', line 19098 def id @id end |
#private_dns_entry ⇒ Types::DnsEntry
Returns the value of attribute private_dns_entry.
19106 19107 19108 |
# File 'sig/types.rbs', line 19106 def private_dns_entry @private_dns_entry end |
#resource_configuration_group_arn ⇒ ::String
Returns the value of attribute resource_configuration_group_arn.
19108 19109 19110 |
# File 'sig/types.rbs', line 19108 def resource_configuration_group_arn @resource_configuration_group_arn end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
19100 19101 19102 |
# File 'sig/types.rbs', line 19100 def service_network_arn @service_network_arn end |
#service_network_name ⇒ ::String
Returns the value of attribute service_network_name.
19101 19102 19103 |
# File 'sig/types.rbs', line 19101 def service_network_name @service_network_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19109 19110 19111 |
# File 'sig/types.rbs', line 19109 def @tags end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
19099 19100 19101 |
# File 'sig/types.rbs', line 19099 def vpc_endpoint_id @vpc_endpoint_id end |