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)


12066
12067
12068
# File 'sig/types.rbs', line 12066

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12067
12068
12069
# File 'sig/types.rbs', line 12067

def dashboard_id
  @dashboard_id
end

Returns the value of attribute grant_link_permissions.

Returns:



12070
12071
12072
# File 'sig/types.rbs', line 12070

def grant_link_permissions
  @grant_link_permissions
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12068
12069
12070
# File 'sig/types.rbs', line 12068

def grant_permissions
  @grant_permissions
end

Returns the value of attribute revoke_link_permissions.

Returns:



12071
12072
12073
# File 'sig/types.rbs', line 12071

def revoke_link_permissions
  @revoke_link_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12069
12070
12071
# File 'sig/types.rbs', line 12069

def revoke_permissions
  @revoke_permissions
end