Class: Aws::Types::Subscription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


160
161
162
# File 'sig/types.rbs', line 160

def created_at
  @created_at
end

#plan_family::String

Returns the value of attribute plan_family.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def plan_family
  @plan_family
end

#plan_tier::String

Returns the value of attribute plan_tier.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def plan_tier
  @plan_tier
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


159
160
161
# File 'sig/types.rbs', line 159

def resource_arns
  @resource_arns
end

#scheduled_changeTypes::ScheduledChange

Returns the value of attribute scheduled_change.



156
157
158
# File 'sig/types.rbs', line 156

def scheduled_change
  @scheduled_change
end

#status"PENDING_APPROVAL", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_APPROVAL", "ACTIVE", "SYNC_IN_PROGRESS", "FAILED")


157
158
159
# File 'sig/types.rbs', line 157

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


161
162
163
# File 'sig/types.rbs', line 161

def updated_at
  @updated_at
end

#usage_level::String

Returns the value of attribute usage_level.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def usage_level
  @usage_level
end