Class: Aws::Types::RemoteAgentServiceDetails
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAgentServiceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::RemoteAgentAuthorizationConfig
Returns the value of attribute authorization_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#authorization_config ⇒ Types::RemoteAgentAuthorizationConfig
Returns the value of attribute authorization_config.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def @authorization_config end |
#description ⇒ ::String
Returns the value of attribute description.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def description @description end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def name @name end |