Class: Aws::Types::AnalyzedResource

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def actions
  @actions
end

#analyzed_at::Time

Returns the value of attribute analyzed_at.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def analyzed_at
  @analyzed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def created_at
  @created_at
end

#error::String

Returns the value of attribute error.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def error
  @error
end

#is_publicBoolean

Returns the value of attribute is_public.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def is_public
  @is_public
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def resource_arn
  @resource_arn
end

#resource_owner_account::String

Returns the value of attribute resource_owner_account.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def 
  
end

#resource_type"AWS::S3::Bucket", ...

Returns the value of attribute resource_type.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def resource_type
  @resource_type
end

#shared_via::Array[::String]

Returns the value of attribute shared_via.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def shared_via
  @shared_via
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def updated_at
  @updated_at
end