Class: Aws::SimpleDB::Types::DomainMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::DomainMetadataRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain for which to display the metadata of.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain for which to display the metadata of.
148 149 150 151 152 |
# File 'lib/aws-sdk-simpledb/types.rb', line 148 class DomainMetadataRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |