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.
2719 2720 2721 |
# File 'sig/types.rbs', line 2719 def account @account end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def cluster_identifier @cluster_identifier end |
#force ⇒ Boolean
Returns the value of attribute force.
2721 2722 2723 |
# File 'sig/types.rbs', line 2721 def force @force end |
#vpc_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_ids.
2720 2721 2722 |
# File 'sig/types.rbs', line 2720 def vpc_ids @vpc_ids end |