Class: Aws::Types::CreateKxEnvironmentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


200
201
202
# File 'sig/types.rbs', line 200

def tags
  @tags
end