Class: Aws::Types::Component
- Inherits:
-
Object
- Object
- Aws::Types::Component
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_host ⇒ Types::AssociatedHost
Returns the value of attribute associated_host.
-
#child_components ⇒ ::Array[::String]
Returns the value of attribute child_components.
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#component_type ⇒ "HANA", ...
Returns the value of attribute component_type.
-
#database_connection ⇒ Types::DatabaseConnection
Returns the value of attribute database_connection.
-
#databases ⇒ ::Array[::String]
Returns the value of attribute databases.
-
#hdb_version ⇒ ::String
Returns the value of attribute hdb_version.
-
#hosts ⇒ ::Array[Types::Host]
Returns the value of attribute hosts.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#parent_component ⇒ ::String
Returns the value of attribute parent_component.
-
#primary_host ⇒ ::String
Returns the value of attribute primary_host.
-
#resilience ⇒ Types::Resilience
Returns the value of attribute resilience.
-
#sap_feature ⇒ ::String
Returns the value of attribute sap_feature.
-
#sap_hostname ⇒ ::String
Returns the value of attribute sap_hostname.
-
#sap_kernel_version ⇒ ::String
Returns the value of attribute sap_kernel_version.
-
#sid ⇒ ::String
Returns the value of attribute sid.
-
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
-
#system_number ⇒ ::String
Returns the value of attribute system_number.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def arn @arn end |
#associated_host ⇒ Types::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.
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.
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.
62 63 64 |
# File 'sig/types.rbs', line 62 def component_type @component_type end |
#database_connection ⇒ Types::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.
70 71 72 |
# File 'sig/types.rbs', line 70 def databases @databases end |
#hdb_version ⇒ ::String
Returns the value of attribute hdb_version.
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.
71 72 73 |
# File 'sig/types.rbs', line 71 def hosts @hosts end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
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.
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.
72 73 74 |
# File 'sig/types.rbs', line 72 def primary_host @primary_host end |
#resilience ⇒ Types::Resilience
Returns the value of attribute resilience.
68 69 70 |
# File 'sig/types.rbs', line 68 def resilience @resilience end |
#sap_feature ⇒ ::String
Returns the value of attribute sap_feature.
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.
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.
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.
57 58 59 |
# File 'sig/types.rbs', line 57 def sid @sid end |
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
63 64 65 |
# File 'sig/types.rbs', line 63 def status @status end |
#system_number ⇒ ::String
Returns the value of attribute system_number.
58 59 60 |
# File 'sig/types.rbs', line 58 def system_number @system_number end |