Class: Aws::Types::AccessControlEntrySummary
- Inherits:
-
Object
- Object
- Aws::Types::AccessControlEntrySummary
- 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.
22 23 24 |
# File 'sig/types.rbs', line 22 def access_rights @access_rights end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
23 24 25 |
# File 'sig/types.rbs', line 23 def created_at @created_at end |
#group_display_name ⇒ ::String
Returns the value of attribute group_display_name.
24 25 26 |
# File 'sig/types.rbs', line 24 def group_display_name @group_display_name end |
#group_security_identifier ⇒ ::String
Returns the value of attribute group_security_identifier.
25 26 27 |
# File 'sig/types.rbs', line 25 def group_security_identifier @group_security_identifier end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
26 27 28 |
# File 'sig/types.rbs', line 26 def template_arn @template_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
27 28 29 |
# File 'sig/types.rbs', line 27 def updated_at @updated_at end |