Class: Aws::Types::UpdateDataSourcePermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


12616
12617
12618
# File 'sig/types.rbs', line 12616

def data_source_arn
  @data_source_arn
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


12617
12618
12619
# File 'sig/types.rbs', line 12617

def data_source_id
  @data_source_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12618
12619
12620
# File 'sig/types.rbs', line 12618

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12619
12620
12621
# File 'sig/types.rbs', line 12619

def status
  @status
end