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)


12345
12346
12347
# File 'sig/types.rbs', line 12345

def analysis_arn
  @analysis_arn
end

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


12346
12347
12348
# File 'sig/types.rbs', line 12346

def analysis_id
  @analysis_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



12347
12348
12349
# File 'sig/types.rbs', line 12347

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12348
12349
12350
# File 'sig/types.rbs', line 12348

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12349
12350
12351
# File 'sig/types.rbs', line 12349

def status
  @status
end