Class: Aws::Types::GroupType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


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

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def group_name
  @group_name
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


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

def last_modified_date
  @last_modified_date
end

#precedence::Integer

Returns the value of attribute precedence.

Returns:

  • (::Integer)


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

def precedence
  @precedence
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


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

def user_pool_id
  @user_pool_id
end