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)


4544
4545
4546
# File 'sig/types.rbs', line 4544

def analysis_arn
  @analysis_arn
end

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


4543
4544
4545
# File 'sig/types.rbs', line 4543

def analysis_id
  @analysis_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4545
4546
4547
# File 'sig/types.rbs', line 4545

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4547
4548
4549
# File 'sig/types.rbs', line 4547

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4546
4547
4548
# File 'sig/types.rbs', line 4546

def status
  @status
end