Class: Aws::Types::ResolverQueryLogConfig

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)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def arn
  @arn
end

#association_count::Integer

Returns the value of attribute association_count.

Returns:

  • (::Integer)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def association_count
  @association_count
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def creator_request_id
  @creator_request_id
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def destination_arn
  @destination_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def owner_id
  @owner_id
end

#share_status"NOT_SHARED", ...

Returns the value of attribute share_status.

Returns:

  • ("NOT_SHARED", "SHARED_WITH_ME", "SHARED_BY_ME")


1084
1085
1086
# File 'sig/types.rbs', line 1084

def share_status
  @share_status
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATED", "DELETING", "FAILED")


1083
1084
1085
# File 'sig/types.rbs', line 1083

def status
  @status
end