Class: Aws::Types::RevokeEndpointAccessMessage
- Inherits:
-
Object
- Object
- Aws::Types::RevokeEndpointAccessMessage
- 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.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def account @account end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def cluster_identifier @cluster_identifier end |
#force ⇒ Boolean
Returns the value of attribute force.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def force @force end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def vpc_ids @vpc_ids end |