Class: Aws::Types::SdkType
- Inherits:
-
Object
- Object
- Aws::Types::SdkType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_properties ⇒ ::Array[Types::SdkConfigurationProperty]
Returns the value of attribute configuration_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#friendly_name ⇒ ::String
Returns the value of attribute friendly_name.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#configuration_properties ⇒ ::Array[Types::SdkConfigurationProperty]
Returns the value of attribute configuration_properties.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def configuration_properties @configuration_properties end |
#description ⇒ ::String
Returns the value of attribute description.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def description @description end |
#friendly_name ⇒ ::String
Returns the value of attribute friendly_name.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def friendly_name @friendly_name end |
#id ⇒ ::String
Returns the value of attribute id.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def id @id end |