Class: Aws::Types::CreateAccessLogSubscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def client_token
  @client_token
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def destination_arn
  @destination_arn
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def resource_identifier
  @resource_identifier
end

#service_network_log_type"SERVICE", "RESOURCE"

Returns the value of attribute service_network_log_type.

Returns:

  • ("SERVICE", "RESOURCE")


57
58
59
# File 'sig/types.rbs', line 57

def service_network_log_type
  @service_network_log_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


58
59
60
# File 'sig/types.rbs', line 58

def tags
  @tags
end