Class: Aws::Types::CreateTemplateGroupAccessControlEntryRequest

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:



135
136
137
# File 'sig/types.rbs', line 135

def access_rights
  @access_rights
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def client_token
  @client_token
end

#group_display_name::String

Returns the value of attribute group_display_name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def group_display_name
  @group_display_name
end

#group_security_identifier::String

Returns the value of attribute group_security_identifier.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def group_security_identifier
  @group_security_identifier
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def template_arn
  @template_arn
end