Class: Aws::Types::RemoteAgentSigV4ServiceDetails
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAgentSigV4ServiceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::RemoteAgentSigV4AuthorizationConfig
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::RemoteAgentSigV4AuthorizationConfig
Returns the value of attribute authorization_config.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def @authorization_config end |
#description ⇒ ::String
Returns the value of attribute description.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def description @description end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def name @name end |