Class: Aws::Types::Application

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def application_id
  @application_id
end

#architecture ⇒ "ARM64", "X86_64"

Returns the value of attribute architecture.

Returns:

  • ("ARM64", "X86_64")


27
28
29
# File 'sig/types.rbs', line 27

def architecture
  @architecture
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def arn
  @arn
end

#auto_start_configuration ⇒ Types::AutoStartConfig

Returns the value of attribute auto_start_configuration.



24
25
26
# File 'sig/types.rbs', line 24

def auto_start_configuration
  @auto_start_configuration
end

#auto_stop_configuration ⇒ Types::AutoStopConfig

Returns the value of attribute auto_stop_configuration.



25
26
27
# File 'sig/types.rbs', line 25

def auto_stop_configuration
  @auto_stop_configuration
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


21
22
23
# File 'sig/types.rbs', line 21

def created_at
  @created_at
end

#disk_encryption_configuration ⇒ Types::DiskEncryptionConfiguration

Returns the value of attribute disk_encryption_configuration.



32
33
34
# File 'sig/types.rbs', line 32

def disk_encryption_configuration
  @disk_encryption_configuration
end

#identity_center_configuration ⇒ Types::IdentityCenterConfiguration

Returns the value of attribute identity_center_configuration.



35
36
37
# File 'sig/types.rbs', line 35

def identity_center_configuration
  @identity_center_configuration
end

#image_configuration ⇒ Types::ImageConfiguration

Returns the value of attribute image_configuration.



28
29
30
# File 'sig/types.rbs', line 28

def image_configuration
  @image_configuration
end

#initial_capacity ⇒ ::Hash[::String, Types::InitialCapacityConfig]

Returns the value of attribute initial_capacity.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def initial_capacity
  @initial_capacity
end

#interactive_configuration ⇒ Types::InteractiveConfiguration

Returns the value of attribute interactive_configuration.



33
34
35
# File 'sig/types.rbs', line 33

def interactive_configuration
  @interactive_configuration
end

#job_level_cost_allocation_configuration ⇒ Types::JobLevelCostAllocationConfiguration

Returns the value of attribute job_level_cost_allocation_configuration.



36
37
38
# File 'sig/types.rbs', line 36

def job_level_cost_allocation_configuration
  @job_level_cost_allocation_configuration
end

#maximum_capacity ⇒ Types::MaximumAllowedResources

Returns the value of attribute maximum_capacity.



20
21
22
# File 'sig/types.rbs', line 20

def maximum_capacity
  @maximum_capacity
end

#monitoring_configuration ⇒ Types::MonitoringConfiguration

Returns the value of attribute monitoring_configuration.



31
32
33
# File 'sig/types.rbs', line 31

def monitoring_configuration
  @monitoring_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def name
  @name
end

#network_configuration ⇒ Types::NetworkConfiguration

Returns the value of attribute network_configuration.



26
27
28
# File 'sig/types.rbs', line 26

def network_configuration
  @network_configuration
end

#release_label ⇒ ::String

Returns the value of attribute release_label.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def release_label
  @release_label
end

#runtime_configuration ⇒ ::Array[Types::Configuration]

Returns the value of attribute runtime_configuration.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def runtime_configuration
  @runtime_configuration
end

#scheduler_configuration ⇒ Types::SchedulerConfiguration

Returns the value of attribute scheduler_configuration.



34
35
36
# File 'sig/types.rbs', line 34

def scheduler_configuration
  @scheduler_configuration
end

#state ⇒ "CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "STARTING", "STARTED", "STOPPING", "STOPPED", "TERMINATED")


17
18
19
# File 'sig/types.rbs', line 17

def state
  @state
end

#state_details ⇒ ::String

Returns the value of attribute state_details.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def state_details
  @state_details
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


23
24
25
# File 'sig/types.rbs', line 23

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def type
  @type
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


22
23
24
# File 'sig/types.rbs', line 22

def updated_at
  @updated_at
end

#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecification]

Returns the value of attribute worker_type_specifications.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def worker_type_specifications
  @worker_type_specifications
end