Class: Aws::Types::PutAccountSettingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccountSettingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "serviceLongArnFormat", ...
Returns the value of attribute name.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "serviceLongArnFormat", ...
Returns the value of attribute name.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def name @name end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def principal_arn @principal_arn end |
#value ⇒ ::String
Returns the value of attribute value.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def value @value end |