The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::SSM::GetCalendarState - Arguments for method GetCalendarState on Paws::SSM

DESCRIPTION

This class represents the parameters used for calling the method GetCalendarState on the Amazon Simple Systems Manager (SSM) service. Use the attributes of this class as arguments to method GetCalendarState.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetCalendarState.

SYNOPSIS

    my $ssm = Paws->service('SSM');
    my $GetCalendarStateResponse = $ssm->GetCalendarState(
      CalendarNames => [ 'MyCalendarNameOrARN', ... ],
      AtTime        => 'MyISO8601String',                # OPTIONAL
    );

    # Results:
    my $AtTime             = $GetCalendarStateResponse->AtTime;
    my $NextTransitionTime = $GetCalendarStateResponse->NextTransitionTime;
    my $State              = $GetCalendarStateResponse->State;

    # Returns a L<Paws::SSM::GetCalendarStateResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/ssm/GetCalendarState

ATTRIBUTES

AtTime => Str

(Optional) The specific time for which you want to get calendar state information, in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) format. If you do not add AtTime, the current time is assumed.

REQUIRED CalendarNames => ArrayRef[Str|Undef]

The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries for which you want to get the state.

SEE ALSO

This class forms part of Paws, documenting arguments for method GetCalendarState in Paws::SSM

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues