Class: Aws::Types::ServiceNetworkEndpointAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNetworkEndpointAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_endpoint_owner_id ⇒ ::String
Returns the value of attribute vpc_endpoint_owner_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def id @id end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def service_network_arn @service_network_arn end |
#state ⇒ ::String
Returns the value of attribute state.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def state @state end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner_id ⇒ ::String
Returns the value of attribute vpc_endpoint_owner_id.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def vpc_endpoint_owner_id @vpc_endpoint_owner_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def vpc_id @vpc_id end |