Class: Aws::Types::ServiceProfile
- Inherits:
-
Object
- Object
- Aws::Types::ServiceProfile
- 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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def name @name end |