class Amazonite::SsmV1::InstanceInformation

Included Modules

Defined in:

ssm_v1/instance_information.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(instance_id : String | Nil = nil, ping_status : PingStatus | Nil = nil, last_ping_date_time : Time | Nil = nil, agent_version : String | Nil = nil, is_latest_version : Bool | Nil = nil, platform_type : PlatformType | Nil = nil, platform_name : String | Nil = nil, platform_version : String | Nil = nil, activation_id : String | Nil = nil, iam_role : String | Nil = nil, registration_date : Time | Nil = nil, resource_type : ResourceType | Nil = nil, name : String | Nil = nil, ip_address : String | Nil = nil, computer_name : String | Nil = nil, association_status : String | Nil = nil, last_association_execution_date : Time | Nil = nil, last_successful_association_execution_date : Time | Nil = nil, association_overview : InstanceAggregatedAssociationOverview | Nil = nil, source_id : String | Nil = nil, source_type : SourceType | Nil = nil) #

[View source]

Instance Method Detail

def activation_id : String | Nil #

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

[View source]
def agent_version : String | Nil #

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

[View source]
def association_overview : InstanceAggregatedAssociationOverview | Nil #

[View source]
def association_overview=(association_overview : InstanceAggregatedAssociationOverview | Nil) #

[View source]
def association_status : String | Nil #

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

[View source]
def computer_name : String | Nil #

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

[View source]
def iam_role : String | Nil #

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

[View source]
def instance_id : String | Nil #

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

[View source]
def ip_address : String | Nil #

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

[View source]
def is_latest_version : Bool | Nil #

[View source]
def is_latest_version=(is_latest_version : Bool | Nil) #

[View source]
def last_association_execution_date : Time | Nil #

[View source]
def last_association_execution_date=(last_association_execution_date : Time | Nil) #

[View source]
def last_ping_date_time : Time | Nil #

[View source]
def last_ping_date_time=(last_ping_date_time : Time | Nil) #

[View source]
def last_successful_association_execution_date : Time | Nil #

[View source]
def last_successful_association_execution_date=(last_successful_association_execution_date : Time | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def ping_status : PingStatus | Nil #

[View source]
def ping_status=(ping_status : PingStatus | Nil) #

[View source]
def platform_name : String | Nil #

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

[View source]
def platform_type : PlatformType | Nil #

[View source]
def platform_type=(platform_type : PlatformType | Nil) #

[View source]
def platform_version : String | Nil #

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

[View source]
def registration_date : Time | Nil #

[View source]
def registration_date=(registration_date : Time | Nil) #

[View source]
def resource_type : ResourceType | Nil #

[View source]
def resource_type=(resource_type : ResourceType | Nil) #

[View source]
def source_id : String | Nil #

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

[View source]
def source_type : SourceType | Nil #

[View source]
def source_type=(source_type : SourceType | Nil) #

[View source]