Class: Aws::Types::ApplicationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#discovery_status"SUCCESS", ...

Returns the value of attribute discovery_status.

Returns:

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


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

def discovery_status
  @discovery_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#type"HANA", "SAP_ABAP"

Returns the value of attribute type.

Returns:

  • ("HANA", "SAP_ABAP")


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

def type
  @type
end