Class: Aws::Types::UpdateTermsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enforcement"NONE"

Returns the value of attribute enforcement.

Returns:

  • ("NONE")


2285
2286
2287
# File 'sig/types.rbs', line 2285

def enforcement
  @enforcement
end

Returns the value of attribute links.

Returns:

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


2286
2287
2288
# File 'sig/types.rbs', line 2286

def links
  @links
end

#terms_id::String

Returns the value of attribute terms_id.

Returns:

  • (::String)


2281
2282
2283
# File 'sig/types.rbs', line 2281

def terms_id
  @terms_id
end

#terms_name::String

Returns the value of attribute terms_name.

Returns:

  • (::String)


2283
2284
2285
# File 'sig/types.rbs', line 2283

def terms_name
  @terms_name
end

#terms_source"LINK"

Returns the value of attribute terms_source.

Returns:

  • ("LINK")


2284
2285
2286
# File 'sig/types.rbs', line 2284

def terms_source
  @terms_source
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def user_pool_id
  @user_pool_id
end