Module: Aws::CloudTrail::Client::_GetDashboardResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetDashboardResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_timestamp::Time

Returns:

  • (::Time)


393
# File 'sig/client.rbs', line 393

def created_timestamp: () -> ::Time

#dashboard_arn::String

Returns:

  • (::String)


388
# File 'sig/client.rbs', line 388

def dashboard_arn: () -> ::String

#last_refresh_failure_reason::String

Returns:

  • (::String)


396
# File 'sig/client.rbs', line 396

def last_refresh_failure_reason: () -> ::String

#last_refresh_id::String

Returns:

  • (::String)


395
# File 'sig/client.rbs', line 395

def last_refresh_id: () -> ::String

#refresh_scheduleTypes::RefreshSchedule



392
# File 'sig/client.rbs', line 392

def refresh_schedule: () -> Types::RefreshSchedule

#status"CREATING", ...

Returns:

  • ("CREATING", "CREATED", "UPDATING", "UPDATED", "DELETING")


390
# File 'sig/client.rbs', line 390

def status: () -> ("CREATING" | "CREATED" | "UPDATING" | "UPDATED" | "DELETING")

#termination_protection_enabledBoolean

Returns:

  • (Boolean)


397
# File 'sig/client.rbs', line 397

def termination_protection_enabled: () -> bool

#type"MANAGED", "CUSTOM"

Returns:

  • ("MANAGED", "CUSTOM")


389
# File 'sig/client.rbs', line 389

def type: () -> ("MANAGED" | "CUSTOM")

#updated_timestamp::Time

Returns:

  • (::Time)


394
# File 'sig/client.rbs', line 394

def updated_timestamp: () -> ::Time

#widgets::Array[Types::Widget]

Returns:



391
# File 'sig/client.rbs', line 391

def widgets: () -> ::Array[Types::Widget]