Class: Aws::Types::CreateFarmRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def client_token
  @client_token
end

#cost_scale_factor::Float

Returns the value of attribute cost_scale_factor.

Returns:

  • (::Float)


699
700
701
# File 'sig/types.rbs', line 699

def cost_scale_factor
  @cost_scale_factor
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def display_name
  @display_name
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def kms_key_arn
  @kms_key_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


700
701
702
# File 'sig/types.rbs', line 700

def tags
  @tags
end