Class: Aws::Types::AccessControlEntrySummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_rightsTypes::AccessRights

Returns the value of attribute access_rights.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def updated_at
  @updated_at
end