Class: Aws::Keyspaces::Types::UpdateTableResponse

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 Amazon Resource Name (ARN) of the modified table.

Returns:

  • (String)


1896
1897
1898
1899
1900
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1896

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