Class: Aws::Types::ResourceServerType

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)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def name
  @name
end

#scopes::Array[Types::ResourceServerScopeType]

Returns the value of attribute scopes.

Returns:



1826
1827
1828
# File 'sig/types.rbs', line 1826

def scopes
  @scopes
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def user_pool_id
  @user_pool_id
end