Class: Aws::Types::GetAccessLogSubscriptionResponse

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)


515
516
517
# File 'sig/types.rbs', line 515

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


520
521
522
# File 'sig/types.rbs', line 520

def created_at
  @created_at
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def destination_arn
  @destination_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


521
522
523
# File 'sig/types.rbs', line 521

def last_updated_at
  @last_updated_at
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def resource_id
  @resource_id
end

#service_network_log_type"SERVICE", "RESOURCE"

Returns the value of attribute service_network_log_type.

Returns:

  • ("SERVICE", "RESOURCE")


519
520
521
# File 'sig/types.rbs', line 519

def service_network_log_type
  @service_network_log_type
end