Class: Aws::Types::CreateCloudConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_connector_arn ⇒ ::String
Returns the value of attribute config_connector_arn.
-
#configuration ⇒ Types::CloudConnectorConfiguration
Returns the value of attribute configuration.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#config_connector_arn ⇒ ::String
Returns the value of attribute config_connector_arn.
705 706 707 |
# File 'sig/types.rbs', line 705 def config_connector_arn @config_connector_arn end |
#configuration ⇒ Types::CloudConnectorConfiguration
Returns the value of attribute configuration.
704 705 706 |
# File 'sig/types.rbs', line 704 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
703 704 705 |
# File 'sig/types.rbs', line 703 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
701 702 703 |
# File 'sig/types.rbs', line 701 def display_name @display_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
702 703 704 |
# File 'sig/types.rbs', line 702 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
706 707 708 |
# File 'sig/types.rbs', line 706 def end |