Class: Aws::Types::Component

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)


61
62
63
# File 'sig/types.rbs', line 61

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#associated_hostTypes::AssociatedHost

Returns the value of attribute associated_host.



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

def associated_host
  @associated_host
end

#child_components::Array[::String]

Returns the value of attribute child_components.

Returns:

  • (::Array[::String])


60
61
62
# File 'sig/types.rbs', line 60

def child_components
  @child_components
end

#component_id::String

Returns the value of attribute component_id.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

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")


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

def component_type
  @component_type
end

#database_connectionTypes::DatabaseConnection

Returns the value of attribute database_connection.



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

def database_connection
  @database_connection
end

#databases::Array[::String]

Returns the value of attribute databases.

Returns:

  • (::Array[::String])


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

def databases
  @databases
end

#hdb_version::String

Returns the value of attribute hdb_version.

Returns:

  • (::String)


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

def hdb_version
  @hdb_version
end

#hosts::Array[Types::Host]

Returns the value of attribute hosts.

Returns:



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

def hosts
  @hosts
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


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

def last_updated
  @last_updated
end

#parent_component::String

Returns the value of attribute parent_component.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def parent_component
  @parent_component
end

#primary_host::String

Returns the value of attribute primary_host.

Returns:

  • (::String)


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

def primary_host
  @primary_host
end

#resilienceTypes::Resilience

Returns the value of attribute resilience.

Returns:



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

def resilience
  @resilience
end

#sap_feature::String

Returns the value of attribute sap_feature.

Returns:

  • (::String)


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

def sap_feature
  @sap_feature
end

#sap_hostname::String

Returns the value of attribute sap_hostname.

Returns:

  • (::String)


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

def sap_hostname
  @sap_hostname
end

#sap_kernel_version::String

Returns the value of attribute sap_kernel_version.

Returns:

  • (::String)


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

def sap_kernel_version
  @sap_kernel_version
end

#sid::String

Returns the value of attribute sid.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def sid
  @sid
end

#status"ACTIVATED", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATED", "STARTING", "STOPPED", "STOPPING", "RUNNING", "RUNNING_WITH_ERROR", "UNDEFINED")


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

def status
  @status
end

#system_number::String

Returns the value of attribute system_number.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def system_number
  @system_number
end