Class: Aws::Keyspaces::Types::CreateTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::CreateTableResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
Instance Attribute Details
#resource_arn ⇒ String
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
653 654 655 656 657 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 653 class CreateTableResponse < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |