Class: Aws::Types::GetAccountResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ip_auto_warmup_enabledBoolean

Returns the value of attribute dedicated_ip_auto_warmup_enabled.

Returns:

  • (Boolean)


259
260
261
# File 'sig/types.rbs', line 259

def dedicated_ip_auto_warmup_enabled
  @dedicated_ip_auto_warmup_enabled
end

#enforcement_status::String

Returns the value of attribute enforcement_status.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def enforcement_status
  @enforcement_status
end

#production_access_enabledBoolean

Returns the value of attribute production_access_enabled.

Returns:

  • (Boolean)


261
262
263
# File 'sig/types.rbs', line 261

def production_access_enabled
  @production_access_enabled
end

#send_quotaTypes::SendQuota

Returns the value of attribute send_quota.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def send_quota
  @send_quota
end

#sending_enabledBoolean

Returns the value of attribute sending_enabled.

Returns:

  • (Boolean)


258
259
260
# File 'sig/types.rbs', line 258

def sending_enabled
  @sending_enabled
end