Class: Aws::Types::UpdateDashboardPermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12490
12491
12492
# File 'sig/types.rbs', line 12490

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12491
12492
12493
# File 'sig/types.rbs', line 12491

def dashboard_id
  @dashboard_id
end

Returns the value of attribute grant_link_permissions.

Returns:



12494
12495
12496
# File 'sig/types.rbs', line 12494

def grant_link_permissions
  @grant_link_permissions
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12492
12493
12494
# File 'sig/types.rbs', line 12492

def grant_permissions
  @grant_permissions
end

Returns the value of attribute revoke_link_permissions.

Returns:



12495
12496
12497
# File 'sig/types.rbs', line 12495

def revoke_link_permissions
  @revoke_link_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12493
12494
12495
# File 'sig/types.rbs', line 12493

def revoke_permissions
  @revoke_permissions
end