Class: Aws::Types::DescribeRedshiftIdcApplicationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRedshiftIdcApplicationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#redshift_idc_applications ⇒ ::Array[Types::RedshiftIdcApplication]
Returns the value of attribute redshift_idc_applications.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def marker @marker end |
#redshift_idc_applications ⇒ ::Array[Types::RedshiftIdcApplication]
Returns the value of attribute redshift_idc_applications.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def redshift_idc_applications @redshift_idc_applications end |