Class: Aws::Types::DescribeRedshiftIdcApplicationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRedshiftIdcApplicationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def max_records @max_records end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def redshift_idc_application_arn @redshift_idc_application_arn end |