Class: Aws::Types::SystemAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SystemAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_endpoint ⇒ Types::SystemEndpointAttributes
Returns the value of attribute customer_endpoint.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#system_endpoint ⇒ Types::SystemEndpointAttributes
Returns the value of attribute system_endpoint.
Instance Attribute Details
#customer_endpoint ⇒ Types::SystemEndpointAttributes
Returns the value of attribute customer_endpoint.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def customer_endpoint @customer_endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def name @name end |
#system_endpoint ⇒ Types::SystemEndpointAttributes
Returns the value of attribute system_endpoint.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def system_endpoint @system_endpoint end |