Class: Aws::Types::CreateAvailabilityConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def client_token
  @client_token
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def domain_name
  @domain_name
end

#ews_providerTypes::EwsAvailabilityProvider

Returns the value of attribute ews_provider.



101
102
103
# File 'sig/types.rbs', line 101

def ews_provider
  @ews_provider
end

#lambda_providerTypes::LambdaAvailabilityProvider

Returns the value of attribute lambda_provider.



102
103
104
# File 'sig/types.rbs', line 102

def lambda_provider
  @lambda_provider
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def organization_id
  @organization_id
end