Class: Aws::Types::EnvironmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :environment_configuration_id, :environment_configuration_name])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def 
  @aws_account_region
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def domain_id
  @domain_id
end

#environment_configuration_id::String

Returns the value of attribute environment_configuration_id.

Returns:

  • (::String)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def environment_configuration_id
  @environment_configuration_id
end

#environment_configuration_name::String

Returns the value of attribute environment_configuration_name.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def environment_configuration_name
  @environment_configuration_name
end

#environment_profile_id::String

Returns the value of attribute environment_profile_id.

Returns:

  • (::String)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def environment_profile_id
  @environment_profile_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2358
2359
2360
# File 'sig/types.rbs', line 2358

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


2357
2358
2359
# File 'sig/types.rbs', line 2357

def project_id
  @project_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def provider
  @provider
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "VALIDATION_FAILED", "SUSPENDED", "DISABLED", "EXPIRED", "DELETED", "INACCESSIBLE")


2369
2370
2371
# File 'sig/types.rbs', line 2369

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def updated_at
  @updated_at
end