Class: Aws::Types::ListDiscoveredResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDiscoveredResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_deleted_resources ⇒ Boolean
Returns the value of attribute include_deleted_resources.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "AWS::EC2::CustomerGateway", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#include_deleted_resources ⇒ Boolean
Returns the value of attribute include_deleted_resources.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def include_deleted_resources @include_deleted_resources end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def next_token @next_token end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def resource_ids @resource_ids end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def resource_name @resource_name end |
#resource_type ⇒ "AWS::EC2::CustomerGateway", ...
Returns the value of attribute resource_type.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def resource_type @resource_type end |