Class: Aws::Types::AuthorizeEndpointAccessMessage
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeEndpointAccessMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
118 119 120 |
# File 'sig/types.rbs', line 118 def account @account end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
117 118 119 |
# File 'sig/types.rbs', line 117 def cluster_identifier @cluster_identifier end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
119 120 121 |
# File 'sig/types.rbs', line 119 def vpc_ids @vpc_ids end |