Class: Aws::Types::DescribeRcsAgentCountryLaunchStatusResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def rcs_agent_id
  @rcs_agent_id
end