Class: Aws::Types::CreateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#mobile_device_management ⇒ Types::MobileDeviceManagement
Returns the value of attribute mobile_device_management.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
97 98 99 |
# File 'sig/types.rbs', line 97 def client_token @client_token end |
#mobile_device_management ⇒ Types::MobileDeviceManagement
Returns the value of attribute mobile_device_management.
95 96 97 |
# File 'sig/types.rbs', line 95 def mobile_device_management @mobile_device_management end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
98 99 100 |
# File 'sig/types.rbs', line 98 def end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def vpc_endpoint_id @vpc_endpoint_id end |