Class: Aws::Chime::Types::CreateAppInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAppInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :metadata, :client_request_token]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The ‘ClientRequestToken` of the `AppInstance`.
-
#metadata ⇒ String
The metadata of the ‘AppInstance`.
-
#name ⇒ String
The name of the ‘AppInstance`.
-
#tags ⇒ Array<Types::Tag>
Tags assigned to the ‘AppInstance`.
Instance Attribute Details
#client_request_token ⇒ String
The ‘ClientRequestToken` of the `AppInstance`.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-chime/types.rb', line 1613 class CreateAppInstanceRequest < Struct.new( :name, :metadata, :client_request_token, :tags) SENSITIVE = [:name, :metadata, :client_request_token] include Aws::Structure end |
#metadata ⇒ String
The metadata of the ‘AppInstance`. Limited to a 1KB string in UTF-8.
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-chime/types.rb', line 1613 class CreateAppInstanceRequest < Struct.new( :name, :metadata, :client_request_token, :tags) SENSITIVE = [:name, :metadata, :client_request_token] include Aws::Structure end |
#name ⇒ String
The name of the ‘AppInstance`.
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-chime/types.rb', line 1613 class CreateAppInstanceRequest < Struct.new( :name, :metadata, :client_request_token, :tags) SENSITIVE = [:name, :metadata, :client_request_token] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags assigned to the ‘AppInstance`.
1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-chime/types.rb', line 1613 class CreateAppInstanceRequest < Struct.new( :name, :metadata, :client_request_token, :tags) SENSITIVE = [:name, :metadata, :client_request_token] include Aws::Structure end |