Class: Aws::Types::DescribeAnalysisPermissionsResponse

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)


4370
4371
4372
# File 'sig/types.rbs', line 4370

def analysis_arn
  @analysis_arn
end

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


4369
4370
4371
# File 'sig/types.rbs', line 4369

def analysis_id
  @analysis_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4371
4372
4373
# File 'sig/types.rbs', line 4371

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4373
4374
4375
# File 'sig/types.rbs', line 4373

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4372
4373
4374
# File 'sig/types.rbs', line 4372

def status
  @status
end