class
Amazonite::Sns::PlatformApplication
- Amazonite::Sns::PlatformApplication
- Reference
- Object
Overview
Platform application object.
Defined in:
sns/platform_application.crConstructors
- .from_xml(node : XML::Node) : self
- .new(platform_application_arn : String | Nil = nil, attributes : Hash(String, String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attributes : Hash(String, String) | Nil
Attributes for platform application object.
-
#attributes=(attributes : Hash(String, String) | Nil)
Attributes for platform application object.
-
#hash(hasher)
See
Object#hash(hasher) -
#platform_application_arn : String | Nil
PlatformApplicationArn for platform application object.
-
#platform_application_arn=(platform_application_arn : String | Nil)
PlatformApplicationArn for platform application object.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(platform_application_arn : String | Nil = nil, attributes : Hash(String, String) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def attributes=(attributes : Hash(String, String) | Nil)
#
Attributes for platform application object.
def platform_application_arn : String | Nil
#
PlatformApplicationArn for platform application object.
def platform_application_arn=(platform_application_arn : String | Nil)
#
PlatformApplicationArn for platform application object.