Class: Aws::Types::AccessControlEntry

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:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


17
18
19
# File 'sig/types.rbs', line 17

def updated_at
  @updated_at
end