Class: Aws::Types::UpdateDashboardPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arn::String

Returns the value of attribute dashboard_arn.

Returns:

  • (::String)


12076
12077
12078
# File 'sig/types.rbs', line 12076

def dashboard_arn
  @dashboard_arn
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12077
12078
12079
# File 'sig/types.rbs', line 12077

def dashboard_id
  @dashboard_id
end

Returns the value of attribute link_sharing_configuration.



12081
12082
12083
# File 'sig/types.rbs', line 12081

def link_sharing_configuration
  @link_sharing_configuration
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



12078
12079
12080
# File 'sig/types.rbs', line 12078

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12079
12080
12081
# File 'sig/types.rbs', line 12079

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12080
12081
12082
# File 'sig/types.rbs', line 12080

def status
  @status
end