Class: Aws::Types::GetDashboardEmbedUrlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_dashboard_ids::Array[::String]

Returns the value of attribute additional_dashboard_ids.

Returns:

  • (::Array[::String])


6370
6371
6372
# File 'sig/types.rbs', line 6370

def additional_dashboard_ids
  @additional_dashboard_ids
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6361
6362
6363
# File 'sig/types.rbs', line 6361

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


6362
6363
6364
# File 'sig/types.rbs', line 6362

def dashboard_id
  @dashboard_id
end

#identity_type"IAM", ...

Returns the value of attribute identity_type.

Returns:

  • ("IAM", "QUICKSIGHT", "ANONYMOUS")


6363
6364
6365
# File 'sig/types.rbs', line 6363

def identity_type
  @identity_type
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


6369
6370
6371
# File 'sig/types.rbs', line 6369

def namespace
  @namespace
end

#reset_disabledBoolean

Returns the value of attribute reset_disabled.

Returns:

  • (Boolean)


6366
6367
6368
# File 'sig/types.rbs', line 6366

def reset_disabled
  @reset_disabled
end

#session_lifetime_in_minutes::Integer

Returns the value of attribute session_lifetime_in_minutes.

Returns:

  • (::Integer)


6364
6365
6366
# File 'sig/types.rbs', line 6364

def session_lifetime_in_minutes
  @session_lifetime_in_minutes
end

#state_persistence_enabledBoolean

Returns the value of attribute state_persistence_enabled.

Returns:

  • (Boolean)


6367
6368
6369
# File 'sig/types.rbs', line 6367

def state_persistence_enabled
  @state_persistence_enabled
end

#undo_redo_disabledBoolean

Returns the value of attribute undo_redo_disabled.

Returns:

  • (Boolean)


6365
6366
6367
# File 'sig/types.rbs', line 6365

def undo_redo_disabled
  @undo_redo_disabled
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


6368
6369
6370
# File 'sig/types.rbs', line 6368

def user_arn
  @user_arn
end