Class: Aws::Types::BatchDescribeTypeConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeTypeConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchDescribeTypeConfigurationsError]
Returns the value of attribute errors.
-
#type_configurations ⇒ ::Array[Types::TypeConfigurationDetails]
Returns the value of attribute type_configurations.
-
#unprocessed_type_configurations ⇒ ::Array[Types::TypeConfigurationIdentifier]
Returns the value of attribute unprocessed_type_configurations.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchDescribeTypeConfigurationsError]
Returns the value of attribute errors.
81 82 83 |
# File 'sig/types.rbs', line 81 def errors @errors end |
#type_configurations ⇒ ::Array[Types::TypeConfigurationDetails]
Returns the value of attribute type_configurations.
83 84 85 |
# File 'sig/types.rbs', line 83 def type_configurations @type_configurations end |
#unprocessed_type_configurations ⇒ ::Array[Types::TypeConfigurationIdentifier]
Returns the value of attribute unprocessed_type_configurations.
82 83 84 |
# File 'sig/types.rbs', line 82 def unprocessed_type_configurations @unprocessed_type_configurations end |