Class: Aws::Types::GetEnvironmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actual_capacity::Integer

Returns the value of attribute actual_capacity.

Returns:



595
596
597
# File 'sig/types.rbs', line 595

def actual_capacity
  @actual_capacity
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def description
  @description
end

#engine_type"microfocus", "bluage"

Returns the value of attribute engine_type.

Returns:



598
599
600
# File 'sig/types.rbs', line 598

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def engine_version
  @engine_version
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:



600
601
602
# File 'sig/types.rbs', line 600

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



601
602
603
# File 'sig/types.rbs', line 601

def environment_id
  @environment_id
end

#high_availability_configTypes::HighAvailabilityConfig

Returns the value of attribute high_availability_config.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def high_availability_config
  @high_availability_config
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:



603
604
605
# File 'sig/types.rbs', line 603

def instance_type
  @instance_type
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



604
605
606
# File 'sig/types.rbs', line 604

def kms_key_id
  @kms_key_id
end

#load_balancer_arn::String

Returns the value of attribute load_balancer_arn.

Returns:



605
606
607
# File 'sig/types.rbs', line 605

def load_balancer_arn
  @load_balancer_arn
end

#name::String

Returns the value of attribute name.

Returns:



606
607
608
# File 'sig/types.rbs', line 606

def name
  @name
end

#network_type"ipv4", "dual"

Returns the value of attribute network_type.

Returns:



607
608
609
# File 'sig/types.rbs', line 607

def network_type
  @network_type
end

#pending_maintenanceTypes::PendingMaintenance

Returns the value of attribute pending_maintenance.

Returns:



608
609
610
# File 'sig/types.rbs', line 608

def pending_maintenance
  @pending_maintenance
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:



609
610
611
# File 'sig/types.rbs', line 609

def preferred_maintenance_window
  @preferred_maintenance_window
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:



610
611
612
# File 'sig/types.rbs', line 610

def publicly_accessible
  @publicly_accessible
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:



611
612
613
# File 'sig/types.rbs', line 611

def security_group_ids
  @security_group_ids
end

#status"Creating", ...

Returns the value of attribute status.

Returns:



612
613
614
# File 'sig/types.rbs', line 612

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def status_reason
  @status_reason
end

#storage_configurations::Array[Types::StorageConfiguration]

Returns the value of attribute storage_configurations.

Returns:



614
615
616
# File 'sig/types.rbs', line 614

def storage_configurations
  @storage_configurations
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:



615
616
617
# File 'sig/types.rbs', line 615

def subnet_ids
  @subnet_ids
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



616
617
618
# File 'sig/types.rbs', line 616

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def vpc_id
  @vpc_id
end