Class: Aws::Types::CreateAccessLogSubscriptionResponse

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)


64
65
66
# File 'sig/types.rbs', line 64

def arn
  @arn
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def destination_arn
  @destination_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def id
  @id
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def resource_id
  @resource_id
end

#service_network_log_type"SERVICE", "RESOURCE"

Returns the value of attribute service_network_log_type.

Returns:

  • ("SERVICE", "RESOURCE")


67
68
69
# File 'sig/types.rbs', line 67

def service_network_log_type
  @service_network_log_type
end