Class: Aws::Types::CreateGroupProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def domain_identifier
  @domain_identifier
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def group_identifier
  @group_identifier
end

#role_principal_arn::String

Returns the value of attribute role_principal_arn.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def role_principal_arn
  @role_principal_arn
end