Class: Aws::Keyspaces::Types::UpdateKeyspaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).

Returns:

  • (String)


2036
2037
2038
2039
2040
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 2036

class UpdateKeyspaceResponse < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end