Class: Aws::Types::DescribeVpcEndpointConnectionNotificationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointConnectionNotificationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
7954 7955 7956 |
# File 'sig/types.rbs', line 7954 def connection_notification_id @connection_notification_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7953 7954 7955 |
# File 'sig/types.rbs', line 7953 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7955 7956 7957 |
# File 'sig/types.rbs', line 7955 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7956 7957 7958 |
# File 'sig/types.rbs', line 7956 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7957 7958 7959 |
# File 'sig/types.rbs', line 7957 def next_token @next_token end |