Class: Aws::Types::CreateResourceServerRequest

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)


636
637
638
# File 'sig/types.rbs', line 636

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def name
  @name
end

#scopes::Array[Types::ResourceServerScopeType]

Returns the value of attribute scopes.

Returns:



638
639
640
# File 'sig/types.rbs', line 638

def scopes
  @scopes
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def user_pool_id
  @user_pool_id
end