Class: Aws::Types::UpdateDimensionResponse

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)


5130
5131
5132
# File 'sig/types.rbs', line 5130

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


5133
5134
5135
# File 'sig/types.rbs', line 5133

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


5134
5135
5136
# File 'sig/types.rbs', line 5134

def last_modified_date
  @last_modified_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5129
5130
5131
# File 'sig/types.rbs', line 5129

def name
  @name
end

#string_values::Array[::String]

Returns the value of attribute string_values.

Returns:

  • (::Array[::String])


5132
5133
5134
# File 'sig/types.rbs', line 5132

def string_values
  @string_values
end

#type"TOPIC_FILTER"

Returns the value of attribute type.

Returns:

  • ("TOPIC_FILTER")


5131
5132
5133
# File 'sig/types.rbs', line 5131

def type
  @type
end