Class: Aws::Types::EnvironmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


227
228
229
# File 'sig/types.rbs', line 227

def created_at
  @created_at
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def environment_id
  @environment_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def environment_name
  @environment_name
end

#environment_state"CREATING", ...

Returns the value of attribute environment_state.

Returns:

  • ("CREATING", "CREATED", "DELETING", "DELETED", "CREATE_FAILED")


226
227
228
# File 'sig/types.rbs', line 226

def environment_state
  @environment_state
end

#environment_status"PASSED", ...

Returns the value of attribute environment_status.

Returns:

  • ("PASSED", "FAILED", "UNKNOWN")


225
226
227
# File 'sig/types.rbs', line 225

def environment_status
  @environment_status
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def modified_at
  @modified_at
end

#vcf_version"VCF-5.2.1", ...

Returns the value of attribute vcf_version.

Returns:

  • ("VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED")


224
225
226
# File 'sig/types.rbs', line 224

def vcf_version
  @vcf_version
end