class AWS::IVS::Client::HabitatSettings

Defined in:

aws-ivs-client.cr

Class Method Summary

Class Method Detail

def self.aws_access_key_id : String #

def self.aws_access_key_id=(value : String) #

def self.aws_access_key_id? #

Used for checking missing settings on non-nilable types It's advised to use aws_access_key_id in your apps to ensure the propper type is checked.


def self.aws_region : String #

def self.aws_region=(value : String) #

def self.aws_region? #

Used for checking missing settings on non-nilable types It's advised to use aws_region in your apps to ensure the propper type is checked.


def self.aws_secret_access_key : String #

def self.aws_secret_access_key=(value : String) #

def self.aws_secret_access_key? #

Used for checking missing settings on non-nilable types It's advised to use aws_secret_access_key in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values