Class: Aws::Types::ApplicationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def application_arn
  @application_arn
end

#application_code::String

Returns the value of attribute application_code.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def application_code
  @application_code
end

#application_description::String

Returns the value of attribute application_description.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def application_description
  @application_description
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def application_name
  @application_name
end

#application_status"DELETING", ...

Returns the value of attribute application_status.

Returns:

  • ("DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING")


66
67
68
# File 'sig/types.rbs', line 66

def application_status
  @application_status
end

#application_version_id::Integer

Returns the value of attribute application_version_id.

Returns:

  • (::Integer)


74
75
76
# File 'sig/types.rbs', line 74

def application_version_id
  @application_version_id
end

#cloud_watch_logging_option_descriptions::Array[Types::CloudWatchLoggingOptionDescription]

Returns the value of attribute cloud_watch_logging_option_descriptions.



72
73
74
# File 'sig/types.rbs', line 72

def cloud_watch_logging_option_descriptions
  @cloud_watch_logging_option_descriptions
end

#create_timestamp::Time

Returns the value of attribute create_timestamp.

Returns:

  • (::Time)


67
68
69
# File 'sig/types.rbs', line 67

def create_timestamp
  @create_timestamp
end

#input_descriptions::Array[Types::InputDescription]

Returns the value of attribute input_descriptions.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def input_descriptions
  @input_descriptions
end

#last_update_timestamp::Time

Returns the value of attribute last_update_timestamp.

Returns:

  • (::Time)


68
69
70
# File 'sig/types.rbs', line 68

def last_update_timestamp
  @last_update_timestamp
end

#output_descriptions::Array[Types::OutputDescription]

Returns the value of attribute output_descriptions.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def output_descriptions
  @output_descriptions
end

#reference_data_source_descriptions::Array[Types::ReferenceDataSourceDescription]

Returns the value of attribute reference_data_source_descriptions.



71
72
73
# File 'sig/types.rbs', line 71

def reference_data_source_descriptions
  @reference_data_source_descriptions
end