Class: Aws::CloudWatchOmni::Types::CreateAccessProfileInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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

#descriptionString

An optional description of the access profile.

Returns:

  • (String)


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

#nameString

A name that identifies the access profile.

Returns:

  • (String)


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_idString

The unique ID of the space to create the profile in.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags to associate with the access profile.

Returns:

  • (Hash<String,String>)


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