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:



2336
2337
2338
# File 'sig/types.rbs', line 2336

def key_format
  @key_format
end

#key_format_versions::String

Returns the value of attribute key_format_versions.

Returns:



2337
2338
2339
# File 'sig/types.rbs', line 2337

def key_format_versions
  @key_format_versions
end

#static_key_value::String

Returns the value of attribute static_key_value.

Returns:



2338
2339
2340
# File 'sig/types.rbs', line 2338

def static_key_value
  @static_key_value
end

#url::String

Returns the value of attribute url.

Returns:



2339
2340
2341
# File 'sig/types.rbs', line 2339

def url
  @url
end