Class: Aws::Types::UpdateTemplateGroupAccessControlEntryRequest

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:



670
671
672
# File 'sig/types.rbs', line 670

def access_rights
  @access_rights
end

#group_display_name::String

Returns the value of attribute group_display_name.

Returns:



671
672
673
# File 'sig/types.rbs', line 671

def group_display_name
  @group_display_name
end

#group_security_identifier::String

Returns the value of attribute group_security_identifier.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def group_security_identifier
  @group_security_identifier
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def template_arn
  @template_arn
end