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.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def name @name end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def principal_arn @principal_arn end |
#value ⇒ ::String
Returns the value of attribute value.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def value @value end |