Class: Aws::Types::CreateKxEnvironmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


212
213
214
# File 'sig/types.rbs', line 212

def creation_timestamp
  @creation_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def description
  @description
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def environment_id
  @environment_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def name
  @name
end

#status"CREATE_REQUESTED", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_REQUESTED", "CREATING", "CREATED", "DELETE_REQUESTED", "DELETING", "DELETED", "FAILED_CREATION", "RETRY_DELETION", "FAILED_DELETION", "UPDATE_NETWORK_REQUESTED", "UPDATING_NETWORK", "FAILED_UPDATING_NETWORK", "SUSPENDED")


207
208
209
# File 'sig/types.rbs', line 207

def status
  @status
end