#[non_exhaustive]pub struct DescribeChangeSetHooksInput { /* private fields */ }Implementations
sourceimpl DescribeChangeSetHooksInput
impl DescribeChangeSetHooksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChangeSetHooks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChangeSetHooks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeChangeSetHooks>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeChangeSetHooksInput.
sourceimpl DescribeChangeSetHooksInput
impl DescribeChangeSetHooksInput
sourcepub fn change_set_name(&self) -> Option<&str>
pub fn change_set_name(&self) -> Option<&str>
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
sourcepub fn stack_name(&self) -> Option<&str>
pub fn stack_name(&self) -> Option<&str>
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of information that you want to retrieve.
sourcepub fn logical_resource_id(&self) -> Option<&str>
pub fn logical_resource_id(&self) -> Option<&str>
If specified, lists only the hooks related to the specified LogicalResourceId.
Trait Implementations
sourceimpl Clone for DescribeChangeSetHooksInput
impl Clone for DescribeChangeSetHooksInput
sourcefn clone(&self) -> DescribeChangeSetHooksInput
fn clone(&self) -> DescribeChangeSetHooksInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeChangeSetHooksInput
impl Debug for DescribeChangeSetHooksInput
sourceimpl PartialEq<DescribeChangeSetHooksInput> for DescribeChangeSetHooksInput
impl PartialEq<DescribeChangeSetHooksInput> for DescribeChangeSetHooksInput
sourcefn eq(&self, other: &DescribeChangeSetHooksInput) -> bool
fn eq(&self, other: &DescribeChangeSetHooksInput) -> bool
impl StructuralPartialEq for DescribeChangeSetHooksInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeChangeSetHooksInput
impl Send for DescribeChangeSetHooksInput
impl Sync for DescribeChangeSetHooksInput
impl Unpin for DescribeChangeSetHooksInput
impl UnwindSafe for DescribeChangeSetHooksInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more