Module: Aws::Scheduler::Client::_GetScheduleGroupResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetScheduleGroupOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


171
# File 'sig/client.rbs', line 171

def arn: () -> ::String

#creation_date::Time

Returns:

  • (::Time)


172
# File 'sig/client.rbs', line 172

def creation_date: () -> ::Time

#last_modification_date::Time

Returns:

  • (::Time)


173
# File 'sig/client.rbs', line 173

def last_modification_date: () -> ::Time

#name::String

Returns:

  • (::String)


174
# File 'sig/client.rbs', line 174

def name: () -> ::String

#state"ACTIVE", "DELETING"

Returns:

  • ("ACTIVE", "DELETING")


175
# File 'sig/client.rbs', line 175

def state: () -> ("ACTIVE" | "DELETING")