Module: Aws::CloudFormation::Client::_DescribeChangeSetHooksResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#change_set_id::String

Returns:

  • (::String)


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

def change_set_id: () -> ::String

#change_set_name::String

Returns:

  • (::String)


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

def change_set_name: () -> ::String

#hooks::Array[Types::ChangeSetHook]

Returns:



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

def hooks: () -> ::Array[Types::ChangeSetHook]

#next_token::String

Returns:

  • (::String)


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

def next_token: () -> ::String

#stack_id::String

Returns:

  • (::String)


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

def stack_id: () -> ::String

#stack_name::String

Returns:

  • (::String)


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

def stack_name: () -> ::String

#status"PLANNING", ...

Returns:

  • ("PLANNING", "PLANNED", "UNAVAILABLE")


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

def status: () -> ("PLANNING" | "PLANNED" | "UNAVAILABLE")