Class: Aws::Types::TermsDescriptionType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def creation_date
  @creation_date
end

#enforcement"NONE"

Returns the value of attribute enforcement.

Returns:

  • ("NONE")


2096
2097
2098
# File 'sig/types.rbs', line 2096

def enforcement
  @enforcement
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def last_modified_date
  @last_modified_date
end

#terms_id::String

Returns the value of attribute terms_id.

Returns:

  • (::String)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def terms_id
  @terms_id
end

#terms_name::String

Returns the value of attribute terms_name.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def terms_name
  @terms_name
end