Class: Aws::Types::CreateGroupProfileOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:group_name])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def domain_id
  @domain_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def group_name
  @group_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def id
  @id
end

#role_principal_arn::String

Returns the value of attribute role_principal_arn.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def role_principal_arn
  @role_principal_arn
end

#role_principal_id::String

Returns the value of attribute role_principal_id.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def role_principal_id
  @role_principal_id
end

#status"ASSIGNED", "NOT_ASSIGNED"

Returns the value of attribute status.

Returns:

  • ("ASSIGNED", "NOT_ASSIGNED")


1347
1348
1349
# File 'sig/types.rbs', line 1347

def status
  @status
end