Class: Aws::Types::ComponentSummary

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)


87
88
89
# File 'sig/types.rbs', line 87

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def arn
  @arn
end

#component_id::String

Returns the value of attribute component_id.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def component_id
  @component_id
end

#component_type"HANA", ...

Returns the value of attribute component_type.

Returns:

  • ("HANA", "HANA_NODE", "ABAP", "ASCS", "DIALOG", "WEBDISP", "WD", "ERS")


89
90
91
# File 'sig/types.rbs', line 89

def component_type
  @component_type
end

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

Returns the value of attribute tags.

Returns:

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


90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end