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.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def name @name end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def principal_arn @principal_arn end |
#type ⇒ "user", "aws_managed"
Returns the value of attribute type.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def value @value end |