Class: Aws::Types::GetEnvironmentOutput

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)


2825
2826
2827
# File 'sig/types.rbs', line 2825

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


2826
2827
2828
# File 'sig/types.rbs', line 2826

def 
  @aws_account_region
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2820
2821
2822
# File 'sig/types.rbs', line 2820

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2819
2820
2821
# File 'sig/types.rbs', line 2819

def created_by
  @created_by
end

#deployment_propertiesTypes::DeploymentProperties

Returns the value of attribute deployment_properties.



2835
2836
2837
# File 'sig/types.rbs', line 2835

def deployment_properties
  @deployment_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2823
2824
2825
# File 'sig/types.rbs', line 2823

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2818
2819
2820
# File 'sig/types.rbs', line 2818

def domain_id
  @domain_id
end

#environment_actions::Array[Types::ConfigurableEnvironmentAction]

Returns the value of attribute environment_actions.



2830
2831
2832
# File 'sig/types.rbs', line 2830

def environment_actions
  @environment_actions
end

#environment_blueprint_id::String

Returns the value of attribute environment_blueprint_id.

Returns:

  • (::String)


2836
2837
2838
# File 'sig/types.rbs', line 2836

def environment_blueprint_id
  @environment_blueprint_id
end

#environment_configuration_id::String

Returns the value of attribute environment_configuration_id.

Returns:

  • (::String)


2837
2838
2839
# File 'sig/types.rbs', line 2837

def environment_configuration_id
  @environment_configuration_id
end

#environment_configuration_name::String

Returns the value of attribute environment_configuration_name.

Returns:

  • (::String)


2838
2839
2840
# File 'sig/types.rbs', line 2838

def environment_configuration_name
  @environment_configuration_name
end

#environment_profile_id::String

Returns the value of attribute environment_profile_id.

Returns:

  • (::String)


2824
2825
2826
# File 'sig/types.rbs', line 2824

def environment_profile_id
  @environment_profile_id
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


2831
2832
2833
# File 'sig/types.rbs', line 2831

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2817
2818
2819
# File 'sig/types.rbs', line 2817

def id
  @id
end

#last_deploymentTypes::Deployment

Returns the value of attribute last_deployment.

Returns:



2833
2834
2835
# File 'sig/types.rbs', line 2833

def last_deployment
  @last_deployment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2822
2823
2824
# File 'sig/types.rbs', line 2822

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


2816
2817
2818
# File 'sig/types.rbs', line 2816

def project_id
  @project_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


2827
2828
2829
# File 'sig/types.rbs', line 2827

def provider
  @provider
end

#provisioned_resources::Array[Types::Resource]

Returns the value of attribute provisioned_resources.

Returns:



2828
2829
2830
# File 'sig/types.rbs', line 2828

def provisioned_resources
  @provisioned_resources
end

#provisioning_propertiesTypes::ProvisioningProperties

Returns the value of attribute provisioning_properties.



2834
2835
2836
# File 'sig/types.rbs', line 2834

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


2829
2830
2831
# File 'sig/types.rbs', line 2829

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def updated_at
  @updated_at
end

#user_parameters::Array[Types::CustomParameter]

Returns the value of attribute user_parameters.

Returns:



2832
2833
2834
# File 'sig/types.rbs', line 2832

def user_parameters
  @user_parameters
end