Class: Aws::Types::UpdateAccessLogSubscriptionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def arn
  @arn
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def destination_arn
  @destination_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def id
  @id
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def resource_id
  @resource_id
end