Class: Aws::Types::AccessControlEntry
- Inherits:
-
Object
- Object
- Aws::Types::AccessControlEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_rights ⇒ Types::AccessRights
Returns the value of attribute access_rights.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#group_display_name ⇒ ::String
Returns the value of attribute group_display_name.
-
#group_security_identifier ⇒ ::String
Returns the value of attribute group_security_identifier.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#access_rights ⇒ Types::AccessRights
Returns the value of attribute access_rights.
12 13 14 |
# File 'sig/types.rbs', line 12 def access_rights @access_rights end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
13 14 15 |
# File 'sig/types.rbs', line 13 def created_at @created_at end |
#group_display_name ⇒ ::String
Returns the value of attribute group_display_name.
14 15 16 |
# File 'sig/types.rbs', line 14 def group_display_name @group_display_name end |
#group_security_identifier ⇒ ::String
Returns the value of attribute group_security_identifier.
15 16 17 |
# File 'sig/types.rbs', line 15 def group_security_identifier @group_security_identifier end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
16 17 18 |
# File 'sig/types.rbs', line 16 def template_arn @template_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
17 18 19 |
# File 'sig/types.rbs', line 17 def updated_at @updated_at end |