Class: Aws::Types::GetConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#with_secret ⇒ Boolean
Returns the value of attribute with_secret.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def identifier @identifier end |
#with_secret ⇒ Boolean
Returns the value of attribute with_secret.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def with_secret @with_secret end |