Class: Aws::Types::ACL
- Inherits:
-
Object
- Object
- Aws::Types::ACL
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#clusters ⇒ ::Array[::String]
Returns the value of attribute clusters.
-
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pending_changes ⇒ Types::ACLPendingChanges
Returns the value of attribute pending_changes.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#user_names ⇒ ::Array[::String]
Returns the value of attribute user_names.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def arn @arn end |
#clusters ⇒ ::Array[::String]
Returns the value of attribute clusters.
17 18 19 |
# File 'sig/types.rbs', line 17 def clusters @clusters end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
15 16 17 |
# File 'sig/types.rbs', line 15 def minimum_engine_version @minimum_engine_version end |
#name ⇒ ::String
Returns the value of attribute name.
12 13 14 |
# File 'sig/types.rbs', line 12 def name @name end |
#pending_changes ⇒ Types::ACLPendingChanges
Returns the value of attribute pending_changes.
16 17 18 |
# File 'sig/types.rbs', line 16 def pending_changes @pending_changes end |
#status ⇒ ::String
Returns the value of attribute status.
13 14 15 |
# File 'sig/types.rbs', line 13 def status @status end |
#user_names ⇒ ::Array[::String]
Returns the value of attribute user_names.
14 15 16 |
# File 'sig/types.rbs', line 14 def user_names @user_names end |