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.
423 424 425 |
# File 'sig/types.rbs', line 423 def activation_code @activation_code end |
#activation_expiry ⇒ ::Time
Returns the value of attribute activation_expiry.
424 425 426 |
# File 'sig/types.rbs', line 424 def activation_expiry @activation_expiry end |
#activation_id ⇒ ::String
Returns the value of attribute activation_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def activation_id @activation_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
425 426 427 |
# File 'sig/types.rbs', line 425 def provider @provider end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
426 427 428 |
# File 'sig/types.rbs', line 426 def role_arn @role_arn end |