Class: Aws::Types::CreateSubscriptionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_mode"MANUAL", "IMMEDIATE"

Returns the value of attribute approval_mode.

Returns:

  • ("MANUAL", "IMMEDIATE")


80
81
82
# File 'sig/types.rbs', line 80

def approval_mode
  @approval_mode
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def client_token
  @client_token
end

#plan_family::String

Returns the value of attribute plan_family.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def plan_family
  @plan_family
end

#plan_tier::String

Returns the value of attribute plan_tier.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def plan_tier
  @plan_tier
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


79
80
81
# File 'sig/types.rbs', line 79

def resource_arns
  @resource_arns
end

#usage_level::String

Returns the value of attribute usage_level.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def usage_level
  @usage_level
end