Class: Aws::Types::UpdateResourceServerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def name
  @name
end

#scopes::Array[Types::ResourceServerScopeType]

Returns the value of attribute scopes.

Returns:



2303
2304
2305
# File 'sig/types.rbs', line 2303

def scopes
  @scopes
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def user_pool_id
  @user_pool_id
end