Class: Aws::Types::AccessLogSubscriptionSummary

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)


18
19
20
# File 'sig/types.rbs', line 18

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


23
24
25
# File 'sig/types.rbs', line 23

def created_at
  @created_at
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def destination_arn
  @destination_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


24
25
26
# File 'sig/types.rbs', line 24

def last_updated_at
  @last_updated_at
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def resource_id
  @resource_id
end

#service_network_log_type"SERVICE", "RESOURCE"

Returns the value of attribute service_network_log_type.

Returns:

  • ("SERVICE", "RESOURCE")


22
23
24
# File 'sig/types.rbs', line 22

def service_network_log_type
  @service_network_log_type
end