Class: Aws::Types::StoredQueryMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def description
  @description
end

#query_arn::String

Returns the value of attribute query_arn.

Returns:

  • (::String)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def query_arn
  @query_arn
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


2240
2241
2242
# File 'sig/types.rbs', line 2240

def query_id
  @query_id
end

#query_name::String

Returns the value of attribute query_name.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def query_name
  @query_name
end