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)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def group_name
  @group_name
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def last_modified_date
  @last_modified_date
end

#precedence::Integer

Returns the value of attribute precedence.

Returns:

  • (::Integer)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def precedence
  @precedence
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def role_arn
  @role_arn
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def user_pool_id
  @user_pool_id
end