Class: Aws::Types::ResourceEndpointAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceEndpointAssociationSummary
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def created_by @created_by end |
#id ⇒ ::String
Returns the value of attribute id.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def id @id end |
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def resource_configuration_arn @resource_configuration_arn end |
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def resource_configuration_id @resource_configuration_id end |
#resource_configuration_name ⇒ ::String
Returns the value of attribute resource_configuration_name.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def resource_configuration_name @resource_configuration_name end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def vpc_endpoint_owner @vpc_endpoint_owner end |