Class: Aws::Types::ServiceId
- Inherits:
-
Object
- Object
- Aws::Types::ServiceId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
895 896 897 |
# File 'sig/types.rbs', line 895 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
893 894 895 |
# File 'sig/types.rbs', line 893 def name @name end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
894 895 896 |
# File 'sig/types.rbs', line 894 def names @names end |
#type ⇒ ::String
Returns the value of attribute type.
896 897 898 |
# File 'sig/types.rbs', line 896 def type @type end |