Class: Aws::Types::DescribeQev2IdcApplicationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQev2IdcApplicationsMessage
- 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.
-
#qev_2_idc_application_arn ⇒ ::String
Returns the value of attribute qev_2_idc_application_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def max_records @max_records end |
#qev_2_idc_application_arn ⇒ ::String
Returns the value of attribute qev_2_idc_application_arn.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def qev_2_idc_application_arn @qev_2_idc_application_arn end |