Class: Aws::Types::CreateManagedEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateManagedEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
116 117 118 |
# File 'sig/types.rbs', line 116 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
117 118 119 |
# File 'sig/types.rbs', line 117 def name @name end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
119 120 121 |
# File 'sig/types.rbs', line 119 def virtual_cluster_id @virtual_cluster_id end |