Class: Aws::Types::GetDeliverabilityDashboardOptionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_status"ACTIVE", ...

Returns the value of attribute account_status.

Returns:

  • ("ACTIVE", "PENDING_EXPIRATION", "DISABLED")


846
847
848
# File 'sig/types.rbs', line 846

def 
  @account_status
end

#active_subscribed_domains::Array[Types::DomainDeliverabilityTrackingOption]

Returns the value of attribute active_subscribed_domains.



847
848
849
# File 'sig/types.rbs', line 847

def active_subscribed_domains
  @active_subscribed_domains
end

#dashboard_enabledBoolean

Returns the value of attribute dashboard_enabled.

Returns:

  • (Boolean)


844
845
846
# File 'sig/types.rbs', line 844

def dashboard_enabled
  @dashboard_enabled
end

#pending_expiration_subscribed_domains::Array[Types::DomainDeliverabilityTrackingOption]

Returns the value of attribute pending_expiration_subscribed_domains.



848
849
850
# File 'sig/types.rbs', line 848

def pending_expiration_subscribed_domains
  @pending_expiration_subscribed_domains
end

#subscription_expiry_date::Time

Returns the value of attribute subscription_expiry_date.

Returns:

  • (::Time)


845
846
847
# File 'sig/types.rbs', line 845

def subscription_expiry_date
  @subscription_expiry_date
end