Class: Aws::Types::Root
- Inherits:
-
Object
- Object
- Aws::Types::Root
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_types ⇒ ::Array[Types::PolicyTypeSummary]
Returns the value of attribute policy_types.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
990 991 992 |
# File 'sig/types.rbs', line 990 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
989 990 991 |
# File 'sig/types.rbs', line 989 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
991 992 993 |
# File 'sig/types.rbs', line 991 def name @name end |
#policy_types ⇒ ::Array[Types::PolicyTypeSummary]
Returns the value of attribute policy_types.
992 993 994 |
# File 'sig/types.rbs', line 992 def policy_types @policy_types end |