Class: Aws::Types::UpdateKxEnvironmentRequest

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)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def environment_id
  @environment_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def name
  @name
end