Class: Aws::LocationService::Types::UpdateKeyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:update_time]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.

  • Format example: ‘arn:aws:geo:region:account-id:key/ExampleKey`

^

Returns:

  • (String)


6887
6888
6889
6890
6891
6892
6893
# File 'lib/aws-sdk-locationservice/types.rb', line 6887

class UpdateKeyResponse < Struct.new(
  :key_arn,
  :key_name,
  :update_time)
  SENSITIVE = [:update_time]
  include Aws::Structure
end

#key_nameString

The name of the API key resource.

Returns:

  • (String)


6887
6888
6889
6890
6891
6892
6893
# File 'lib/aws-sdk-locationservice/types.rb', line 6887

class UpdateKeyResponse < Struct.new(
  :key_arn,
  :key_name,
  :update_time)
  SENSITIVE = [:update_time]
  include Aws::Structure
end

#update_timeTime

The timestamp for when the API key resource was last updated in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


6887
6888
6889
6890
6891
6892
6893
# File 'lib/aws-sdk-locationservice/types.rb', line 6887

class UpdateKeyResponse < Struct.new(
  :key_arn,
  :key_name,
  :update_time)
  SENSITIVE = [:update_time]
  include Aws::Structure
end