Class: Aws::Types::NetworkFabricAttributes
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFabricAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edition ⇒ "STARTER", "STANDARD"
Returns the value of attribute edition.
-
#ordering_service_endpoint ⇒ ::String
Returns the value of attribute ordering_service_endpoint.
Instance Attribute Details
#edition ⇒ "STARTER", "STANDARD"
Returns the value of attribute edition.
439 440 441 |
# File 'sig/types.rbs', line 439 def edition @edition end |
#ordering_service_endpoint ⇒ ::String
Returns the value of attribute ordering_service_endpoint.
438 439 440 |
# File 'sig/types.rbs', line 438 def ordering_service_endpoint @ordering_service_endpoint end |