Class: Aws::Types::ComponentInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_type"HANA", ...

Returns the value of attribute component_type.

Returns:

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


80
81
82
# File 'sig/types.rbs', line 80

def component_type
  @component_type
end

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def ec2_instance_id
  @ec2_instance_id
end

#sid::String

Returns the value of attribute sid.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def sid
  @sid
end