Class: Aws::Types::DescribeDimensionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def last_modified_date
  @last_modified_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def name
  @name
end

#string_values::Array[::String]

Returns the value of attribute string_values.

Returns:

  • (::Array[::String])


1750
1751
1752
# File 'sig/types.rbs', line 1750

def string_values
  @string_values
end

#type"TOPIC_FILTER"

Returns the value of attribute type.

Returns:

  • ("TOPIC_FILTER")


1749
1750
1751
# File 'sig/types.rbs', line 1749

def type
  @type
end