Class: Aws::Types::UpdateGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def group_name
  @group_name
end

#precedence::Integer

Returns the value of attribute precedence.

Returns:

  • (::Integer)


2219
2220
2221
# File 'sig/types.rbs', line 2219

def precedence
  @precedence
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def role_arn
  @role_arn
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def user_pool_id
  @user_pool_id
end