Class: Aws::CloudWatchOmni::Types::CreateAccessProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateAccessProfileInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token for safe retries.
-
#description ⇒ String
An optional description of the access profile.
-
#name ⇒ String
A name that identifies the access profile.
-
#space_id ⇒ String
The unique ID of the space to create the profile in.
-
#tags ⇒ Hash<String,String>
The tags to associate with the access profile.
Instance Attribute Details
#client_token ⇒ String
Idempotency token for safe retries. Repeated requests with the same token return the original result instead of creating a duplicate.
A suitable default value is auto-generated. You should normally not need to pass this option.
817 818 819 820 821 822 823 824 825 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 817 class CreateAccessProfileInput < Struct.new( :space_id, :name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description of the access profile.
817 818 819 820 821 822 823 824 825 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 817 class CreateAccessProfileInput < Struct.new( :space_id, :name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the access profile.
817 818 819 820 821 822 823 824 825 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 817 class CreateAccessProfileInput < Struct.new( :space_id, :name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space to create the profile in.
817 818 819 820 821 822 823 824 825 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 817 class CreateAccessProfileInput < Struct.new( :space_id, :name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to associate with the access profile.
817 818 819 820 821 822 823 824 825 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 817 class CreateAccessProfileInput < Struct.new( :space_id, :name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |