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")


870
871
872
# File 'sig/types.rbs', line 870

def 
  @account_status
end

#active_subscribed_domains::Array[Types::DomainDeliverabilityTrackingOption]

Returns the value of attribute active_subscribed_domains.



871
872
873
# File 'sig/types.rbs', line 871

def active_subscribed_domains
  @active_subscribed_domains
end

#dashboard_enabledBoolean

Returns the value of attribute dashboard_enabled.

Returns:

  • (Boolean)


868
869
870
# File 'sig/types.rbs', line 868

def dashboard_enabled
  @dashboard_enabled
end

#pending_expiration_subscribed_domains::Array[Types::DomainDeliverabilityTrackingOption]

Returns the value of attribute pending_expiration_subscribed_domains.



872
873
874
# File 'sig/types.rbs', line 872

def pending_expiration_subscribed_domains
  @pending_expiration_subscribed_domains
end

#subscription_expiry_date::Time

Returns the value of attribute subscription_expiry_date.

Returns:

  • (::Time)


869
870
871
# File 'sig/types.rbs', line 869

def subscription_expiry_date
  @subscription_expiry_date
end