Class: Aws::Types::ConnectorConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_code ⇒ ::String
Returns the value of attribute activation_code.
-
#activation_expiry ⇒ ::Time
Returns the value of attribute activation_expiry.
-
#activation_id ⇒ ::String
Returns the value of attribute activation_id.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#activation_code ⇒ ::String
Returns the value of attribute activation_code.
481 482 483 |
# File 'sig/types.rbs', line 481 def activation_code @activation_code end |
#activation_expiry ⇒ ::Time
Returns the value of attribute activation_expiry.
482 483 484 |
# File 'sig/types.rbs', line 482 def activation_expiry @activation_expiry end |
#activation_id ⇒ ::String
Returns the value of attribute activation_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def activation_id @activation_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
483 484 485 |
# File 'sig/types.rbs', line 483 def provider @provider end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def role_arn @role_arn end |