Class: Aws::Types::UpdateGroupProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6682
6683
6684
# File 'sig/types.rbs', line 6682

def domain_identifier
  @domain_identifier
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


6683
6684
6685
# File 'sig/types.rbs', line 6683

def group_identifier
  @group_identifier
end

#status"ASSIGNED", "NOT_ASSIGNED"

Returns the value of attribute status.

Returns:

  • ("ASSIGNED", "NOT_ASSIGNED")


6684
6685
6686
# File 'sig/types.rbs', line 6684

def status
  @status
end