Class: Aws::Types::StaticKeyProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_format::String

Returns the value of attribute key_format.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def key_format
  @key_format
end

#key_format_versions::String

Returns the value of attribute key_format_versions.

Returns:

  • (::String)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def key_format_versions
  @key_format_versions
end

#static_key_value::String

Returns the value of attribute static_key_value.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def static_key_value
  @static_key_value
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def url
  @url
end