Class: Aws::Types::Service

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_configuration_summary ⇒ Types::AutoScalingConfigurationSummary

Returns the value of attribute auto_scaling_configuration_summary.



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

def auto_scaling_configuration_summary
  @auto_scaling_configuration_summary
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#deleted_at ⇒ ::Time

Returns the value of attribute deleted_at.

Returns:

  • (::Time)


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

def deleted_at
  @deleted_at
end

#encryption_configuration ⇒ Types::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



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

def encryption_configuration
  @encryption_configuration
end

#health_check_configuration ⇒ Types::HealthCheckConfiguration

Returns the value of attribute health_check_configuration.



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

def health_check_configuration
  @health_check_configuration
end

#instance_configuration ⇒ Types::InstanceConfiguration

Returns the value of attribute instance_configuration.



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

def instance_configuration
  @instance_configuration
end

#network_configuration ⇒ Types::NetworkConfiguration

Returns the value of attribute network_configuration.



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

def network_configuration
  @network_configuration
end

#observability_configuration ⇒ Types::ServiceObservabilityConfiguration

Returns the value of attribute observability_configuration.



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

def observability_configuration
  @observability_configuration
end

#service_arn ⇒ ::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


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

def service_arn
  @service_arn
end

#service_id ⇒ ::String

Returns the value of attribute service_id.

Returns:

  • (::String)


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

def service_id
  @service_id
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


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

def service_name
  @service_name
end

#service_url ⇒ ::String

Returns the value of attribute service_url.

Returns:

  • (::String)


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

def service_url
  @service_url
end

#source_configuration ⇒ Types::SourceConfiguration

Returns the value of attribute source_configuration.



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

def source_configuration
  @source_configuration
end

#status ⇒ "CREATE_FAILED", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_FAILED", "RUNNING", "DELETED", "DELETE_FAILED", "PAUSED", "OPERATION_IN_PROGRESS")


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

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end