class
Amazonite::Sns::DeletePlatformApplicationInput
- Amazonite::Sns::DeletePlatformApplicationInput
- Reference
- Object
Overview
Input for DeletePlatformApplication action.
Defined in:
sns/delete_platform_application_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#platform_application_arn : String
PlatformApplicationArnof platform application object to delete. -
#platform_application_arn=(platform_application_arn : String)
PlatformApplicationArnof platform application object to delete. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def platform_application_arn : String
#
PlatformApplicationArn of platform application object to delete.
def platform_application_arn=(platform_application_arn : String)
#
PlatformApplicationArn of platform application object to delete.