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

#app_registry_arn::String

Returns the value of attribute app_registry_arn.

Returns:

  • (::String)


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

def app_registry_arn
  @app_registry_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#associated_application_arns::Array[::String]

Returns the value of attribute associated_application_arns.

Returns:

  • (::Array[::String])


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

def associated_application_arns
  @associated_application_arns
end

#components::Array[::String]

Returns the value of attribute components.

Returns:

  • (::Array[::String])


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

def components
  @components
end

#discovery_status"SUCCESS", ...

Returns the value of attribute discovery_status.

Returns:

  • ("SUCCESS", "REGISTRATION_FAILED", "REFRESH_FAILED", "REGISTERING", "DELETING")


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

def discovery_status
  @discovery_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


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

def last_updated
  @last_updated
end

#status"ACTIVATED", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATED", "STARTING", "STOPPED", "STOPPING", "FAILED", "REGISTERING", "DELETING", "UNKNOWN")


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

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


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

def status_message
  @status_message
end

#type"HANA", "SAP_ABAP"

Returns the value of attribute type.

Returns:

  • ("HANA", "SAP_ABAP")


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

def type
  @type
end