Class: Aws::Types::GetDimensionKeyDetailsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def group
  @group
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def group_identifier
  @group_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def identifier
  @identifier
end

#requested_dimensions::Array[::String]

Returns the value of attribute requested_dimensions.

Returns:

  • (::Array[::String])


136
137
138
# File 'sig/types.rbs', line 136

def requested_dimensions
  @requested_dimensions
end

#service_type"RDS", "DOCDB"

Returns the value of attribute service_type.

Returns:

  • ("RDS", "DOCDB")


132
133
134
# File 'sig/types.rbs', line 132

def service_type
  @service_type
end