Class: Aws::Types::Setting
- Inherits:
-
Object
- Object
- Aws::Types::Setting
- 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.
-
#type ⇒ "user", "aws_managed"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "serviceLongArnFormat", ...
Returns the value of attribute name.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def name @name end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def principal_arn @principal_arn end |
#type ⇒ "user", "aws_managed"
Returns the value of attribute type.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def value @value end |