Class: Aws::Types::UpdateServiceNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#service_network_identifier ⇒ ::String
Returns the value of attribute service_network_identifier.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def auth_type @auth_type end |
#service_network_identifier ⇒ ::String
Returns the value of attribute service_network_identifier.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def service_network_identifier @service_network_identifier end |