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:



329
330
331
# File 'sig/types.rbs', line 329

def 
  @account_status
end

#active_subscribed_domains::Array[Types::DomainDeliverabilityTrackingOption]

Returns the value of attribute active_subscribed_domains.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def active_subscribed_domains
  @active_subscribed_domains
end

#dashboard_enabledBoolean

Returns the value of attribute dashboard_enabled.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def dashboard_enabled
  @dashboard_enabled
end

#pending_expiration_subscribed_domains::Array[Types::DomainDeliverabilityTrackingOption]

Returns the value of attribute pending_expiration_subscribed_domains.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def pending_expiration_subscribed_domains
  @pending_expiration_subscribed_domains
end

#subscription_expiry_date::Time

Returns the value of attribute subscription_expiry_date.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def subscription_expiry_date
  @subscription_expiry_date
end