class Amazonite::Ssm::AzureSubscription

Overview

Information about an Azure subscription targeted by the cloud connector.

Included Modules

Defined in:

ssm/azure_subscription.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(id : String, display_name : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def display_name : String | Nil #

The display name of the Azure subscription.


[View source]
def display_name=(display_name : String | Nil) #

The display name of the Azure subscription.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def id : String #

The ID of the Azure subscription.


[View source]
def id=(id : String) #

The ID of the Azure subscription.


[View source]
def validate! : Nil #

[View source]