Class: Aws::Types::GetCloudConnectorResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCloudConnectorResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_connector_arn ⇒ ::String
Returns the value of attribute cloud_connector_arn.
-
#config_connector_arn ⇒ ::String
Returns the value of attribute config_connector_arn.
-
#configuration ⇒ Types::CloudConnectorConfiguration
Returns the value of attribute configuration.
-
#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_arn ⇒ ::String
Returns the value of attribute cloud_connector_arn.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def cloud_connector_arn @cloud_connector_arn end |
#config_connector_arn ⇒ ::String
Returns the value of attribute config_connector_arn.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def config_connector_arn @config_connector_arn end |
#configuration ⇒ Types::CloudConnectorConfiguration
Returns the value of attribute configuration.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def display_name @display_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def role_arn @role_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def updated_at @updated_at end |