Class: Aws::Types::UpdateEnvironmentOutput

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)


6591
6592
6593
# File 'sig/types.rbs', line 6591

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


6592
6593
6594
# File 'sig/types.rbs', line 6592

def 
  @aws_account_region
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6586
6587
6588
# File 'sig/types.rbs', line 6586

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6585
6586
6587
# File 'sig/types.rbs', line 6585

def created_by
  @created_by
end

#deployment_propertiesTypes::DeploymentProperties

Returns the value of attribute deployment_properties.



6601
6602
6603
# File 'sig/types.rbs', line 6601

def deployment_properties
  @deployment_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6589
6590
6591
# File 'sig/types.rbs', line 6589

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6584
6585
6586
# File 'sig/types.rbs', line 6584

def domain_id
  @domain_id
end

#environment_actions::Array[Types::ConfigurableEnvironmentAction]

Returns the value of attribute environment_actions.



6596
6597
6598
# File 'sig/types.rbs', line 6596

def environment_actions
  @environment_actions
end

#environment_blueprint_id::String

Returns the value of attribute environment_blueprint_id.

Returns:

  • (::String)


6602
6603
6604
# File 'sig/types.rbs', line 6602

def environment_blueprint_id
  @environment_blueprint_id
end

#environment_configuration_id::String

Returns the value of attribute environment_configuration_id.

Returns:

  • (::String)


6603
6604
6605
# File 'sig/types.rbs', line 6603

def environment_configuration_id
  @environment_configuration_id
end

#environment_configuration_name::String

Returns the value of attribute environment_configuration_name.

Returns:

  • (::String)


6604
6605
6606
# File 'sig/types.rbs', line 6604

def environment_configuration_name
  @environment_configuration_name
end

#environment_profile_id::String

Returns the value of attribute environment_profile_id.

Returns:

  • (::String)


6590
6591
6592
# File 'sig/types.rbs', line 6590

def environment_profile_id
  @environment_profile_id
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


6597
6598
6599
# File 'sig/types.rbs', line 6597

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6583
6584
6585
# File 'sig/types.rbs', line 6583

def id
  @id
end

#last_deploymentTypes::Deployment

Returns the value of attribute last_deployment.

Returns:



6599
6600
6601
# File 'sig/types.rbs', line 6599

def last_deployment
  @last_deployment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6588
6589
6590
# File 'sig/types.rbs', line 6588

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


6582
6583
6584
# File 'sig/types.rbs', line 6582

def project_id
  @project_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


6593
6594
6595
# File 'sig/types.rbs', line 6593

def provider
  @provider
end

#provisioned_resources::Array[Types::Resource]

Returns the value of attribute provisioned_resources.

Returns:



6594
6595
6596
# File 'sig/types.rbs', line 6594

def provisioned_resources
  @provisioned_resources
end

#provisioning_propertiesTypes::ProvisioningProperties

Returns the value of attribute provisioning_properties.



6600
6601
6602
# File 'sig/types.rbs', line 6600

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")


6595
6596
6597
# File 'sig/types.rbs', line 6595

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6587
6588
6589
# File 'sig/types.rbs', line 6587

def updated_at
  @updated_at
end

#user_parameters::Array[Types::CustomParameter]

Returns the value of attribute user_parameters.

Returns:



6598
6599
6600
# File 'sig/types.rbs', line 6598

def user_parameters
  @user_parameters
end