Class: Aws::Keyspaces::Types::UpdateTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::UpdateTableResponse
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the modified table.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the modified table.
2131 2132 2133 2134 2135 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 2131 class UpdateTableResponse < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |