Class: Aws::Types::Environment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checks::Array[Types::Check]

Returns the value of attribute checks.

Returns:



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

def checks
  @checks
end

#connectivity_infoTypes::ConnectivityInfo

Returns the value of attribute connectivity_info.



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

def connectivity_info
  @connectivity_info
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#credentials::Array[Types::Secret]

Returns the value of attribute credentials.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def credentials
  @credentials
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


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

def environment_id
  @environment_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def environment_name
  @environment_name
end

#environment_state"CREATING", ...

Returns the value of attribute environment_state.

Returns:

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


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

def environment_state
  @environment_state
end

#environment_status"PASSED", ...

Returns the value of attribute environment_status.

Returns:

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


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

def environment_status
  @environment_status
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def kms_key_id
  @kms_key_id
end

#license_info::Array[Types::LicenseInfo]

Returns the value of attribute license_info.

Returns:



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

def license_info
  @license_info
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


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

def modified_at
  @modified_at
end

#service_access_security_groupsTypes::ServiceAccessSecurityGroups

Returns the value of attribute service_access_security_groups.



216
217
218
# File 'sig/types.rbs', line 216

def service_access_security_groups
  @service_access_security_groups
end

#service_access_subnet_id::String

Returns the value of attribute service_access_subnet_id.

Returns:

  • (::String)


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

def service_access_subnet_id
  @service_access_subnet_id
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


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

def site_id
  @site_id
end

#state_details::String

Returns the value of attribute state_details.

Returns:

  • (::String)


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

def state_details
  @state_details
end

#terms_acceptedBoolean

Returns the value of attribute terms_accepted.

Returns:

  • (Boolean)


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

def terms_accepted
  @terms_accepted
end

#vcf_hostnamesTypes::VcfHostnames

Returns the value of attribute vcf_hostnames.

Returns:



214
215
216
# File 'sig/types.rbs', line 214

def vcf_hostnames
  @vcf_hostnames
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")


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

def vcf_version
  @vcf_version
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


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

def vpc_id
  @vpc_id
end