Class: Aws::Types::ConfigureLogsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



84
85
86
# File 'sig/types.rbs', line 84

def arn
  @arn
end

#authorizationTypes::Authorization

Returns the value of attribute authorization.



85
86
87
# File 'sig/types.rbs', line 85

def authorization
  @authorization
end

#created_at::String

Returns the value of attribute created_at.



86
87
88
# File 'sig/types.rbs', line 86

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.



87
88
89
# File 'sig/types.rbs', line 87

def domain_name
  @domain_name
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



88
89
90
# File 'sig/types.rbs', line 88

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.



89
90
91
# File 'sig/types.rbs', line 89

def id
  @id
end

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

Returns the value of attribute tags.



90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end