Class: Aws::Types::CloudConnectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::CloudConnectorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_connector_id ⇒ ::String
Returns the value of attribute cloud_connector_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#cloud_connector_id ⇒ ::String
Returns the value of attribute cloud_connector_id.
459 460 461 |
# File 'sig/types.rbs', line 459 def cloud_connector_id @cloud_connector_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
463 464 465 |
# File 'sig/types.rbs', line 463 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
461 462 463 |
# File 'sig/types.rbs', line 461 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
460 461 462 |
# File 'sig/types.rbs', line 460 def display_name @display_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
462 463 464 |
# File 'sig/types.rbs', line 462 def role_arn @role_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
464 465 466 |
# File 'sig/types.rbs', line 464 def updated_at @updated_at end |