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)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def creation_date
  @creation_date
end

#enforcement"NONE"

Returns the value of attribute enforcement.

Returns:

  • ("NONE")


2128
2129
2130
# File 'sig/types.rbs', line 2128

def enforcement
  @enforcement
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def last_modified_date
  @last_modified_date
end

#terms_id::String

Returns the value of attribute terms_id.

Returns:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def terms_id
  @terms_id
end

#terms_name::String

Returns the value of attribute terms_name.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def terms_name
  @terms_name
end