Class: Aws::Types::Connector
- Inherits:
-
Object
- Object
- Aws::Types::Connector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#appliance_fqdn ⇒ ::String
Returns the value of attribute appliance_fqdn.
-
#checks ⇒ ::Array[Types::ConnectorCheck]
Returns the value of attribute checks.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#status ⇒ "PASSED", ...
Returns the value of attribute status.
-
#type ⇒ "OPERATIONS_MANAGER", ...
Returns the value of attribute type.
Instance Attribute Details
#appliance_fqdn ⇒ ::String
Returns the value of attribute appliance_fqdn.
41 42 43 |
# File 'sig/types.rbs', line 41 def appliance_fqdn @appliance_fqdn end |
#checks ⇒ ::Array[Types::ConnectorCheck]
Returns the value of attribute checks.
46 47 48 |
# File 'sig/types.rbs', line 46 def checks @checks end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def connector_id @connector_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
47 48 49 |
# File 'sig/types.rbs', line 47 def created_at @created_at end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
38 39 40 |
# File 'sig/types.rbs', line 38 def environment_id @environment_id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
48 49 50 |
# File 'sig/types.rbs', line 48 def modified_at @modified_at end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
42 43 44 |
# File 'sig/types.rbs', line 42 def secret_arn @secret_arn end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
43 44 45 |
# File 'sig/types.rbs', line 43 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
44 45 46 |
# File 'sig/types.rbs', line 44 def state_details @state_details end |
#status ⇒ "PASSED", ...
Returns the value of attribute status.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |
#type ⇒ "OPERATIONS_MANAGER", ...
Returns the value of attribute type.
40 41 42 |
# File 'sig/types.rbs', line 40 def type @type end |