Class: Aws::Types::HttpEndpointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HttpEndpointConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key ⇒ ::String
Returns the value of attribute access_key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#access_key ⇒ ::String
Returns the value of attribute access_key.
520 521 522 |
# File 'sig/types.rbs', line 520 def access_key @access_key end |
#name ⇒ ::String
Returns the value of attribute name.
519 520 521 |
# File 'sig/types.rbs', line 519 def name @name end |
#url ⇒ ::String
Returns the value of attribute url.
518 519 520 |
# File 'sig/types.rbs', line 518 def url @url end |