Class: Aws::Types::UpdateAnalysisPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_arn::String

Returns the value of attribute analysis_arn.

Returns:

  • (::String)


11955
11956
11957
# File 'sig/types.rbs', line 11955

def analysis_arn
  @analysis_arn
end

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


11956
11957
11958
# File 'sig/types.rbs', line 11956

def analysis_id
  @analysis_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



11957
11958
11959
# File 'sig/types.rbs', line 11957

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


11958
11959
11960
# File 'sig/types.rbs', line 11958

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


11959
11960
11961
# File 'sig/types.rbs', line 11959

def status
  @status
end