Class: Aws::Types::UpdateServiceNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceNetworkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def arn @arn end |
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def auth_type @auth_type end |
#id ⇒ ::String
Returns the value of attribute id.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def name @name end |