Class: Aws::Types::DescribeRcsAgentCountryLaunchStatusResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRcsAgentCountryLaunchStatusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country_launch_status ⇒ ::Array[Types::CountryLaunchStatusInformation]
Returns the value of attribute country_launch_status.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
-
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
Instance Attribute Details
#country_launch_status ⇒ ::Array[Types::CountryLaunchStatusInformation]
Returns the value of attribute country_launch_status.
872 873 874 |
# File 'sig/types.rbs', line 872 def country_launch_status @country_launch_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
873 874 875 |
# File 'sig/types.rbs', line 873 def next_token @next_token end |
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
871 872 873 |
# File 'sig/types.rbs', line 871 def rcs_agent_arn @rcs_agent_arn end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
870 871 872 |
# File 'sig/types.rbs', line 870 def rcs_agent_id @rcs_agent_id end |