Class: Aws::Types::SubscriptionSummary

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)


166
167
168
# File 'sig/types.rbs', line 166

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def created_at
  @created_at
end

#e_tag::String

Returns the value of attribute e_tag.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def e_tag
  @e_tag
end

#plan_family::String

Returns the value of attribute plan_family.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def plan_family
  @plan_family
end

#plan_tier::String

Returns the value of attribute plan_tier.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def plan_tier
  @plan_tier
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


173
174
175
# File 'sig/types.rbs', line 173

def resource_arns
  @resource_arns
end

#scheduled_changeTypes::ScheduledChange

Returns the value of attribute scheduled_change.



170
171
172
# File 'sig/types.rbs', line 170

def scheduled_change
  @scheduled_change
end

#status"PENDING_APPROVAL", ...

Returns the value of attribute status.

Returns:

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


171
172
173
# File 'sig/types.rbs', line 171

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def updated_at
  @updated_at
end

#usage_level::String

Returns the value of attribute usage_level.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def usage_level
  @usage_level
end