Class: Aws::Types::DescribeRcsAgentCountryLaunchStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRcsAgentCountryLaunchStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::CountryLaunchStatusFilter]
Returns the value of attribute filters.
-
#iso_country_codes ⇒ ::Array[::String]
Returns the value of attribute iso_country_codes.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
Instance Attribute Details
#filters ⇒ ::Array[Types::CountryLaunchStatusFilter]
Returns the value of attribute filters.
863 864 865 |
# File 'sig/types.rbs', line 863 def filters @filters end |
#iso_country_codes ⇒ ::Array[::String]
Returns the value of attribute iso_country_codes.
862 863 864 |
# File 'sig/types.rbs', line 862 def iso_country_codes @iso_country_codes end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
864 865 866 |
# File 'sig/types.rbs', line 864 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
865 866 867 |
# File 'sig/types.rbs', line 865 def next_token @next_token end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
861 862 863 |
# File 'sig/types.rbs', line 861 def rcs_agent_id @rcs_agent_id end |