Class: Aws::Types::CreateTermsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def client_id
  @client_id
end

#enforcement"NONE"

Returns the value of attribute enforcement.

Returns:

  • ("NONE")


652
653
654
# File 'sig/types.rbs', line 652

def enforcement
  @enforcement
end

Returns the value of attribute links.

Returns:

  • (::Hash[::String, ::String])


653
654
655
# File 'sig/types.rbs', line 653

def links
  @links
end

#terms_name::String

Returns the value of attribute terms_name.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def terms_name
  @terms_name
end

#terms_source"LINK"

Returns the value of attribute terms_source.

Returns:

  • ("LINK")


651
652
653
# File 'sig/types.rbs', line 651

def terms_source
  @terms_source
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def user_pool_id
  @user_pool_id
end