Class: Aws::Types::Assessment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


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

def assessment_id
  @assessment_id
end

#customer_dns_ips::Array[::String]

Returns the value of attribute customer_dns_ips.

Returns:

  • (::Array[::String])


71
72
73
# File 'sig/types.rbs', line 71

def customer_dns_ips
  @customer_dns_ips
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


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

def directory_id
  @directory_id
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


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

def dns_name
  @dns_name
end

#last_update_date_time::Time

Returns the value of attribute last_update_date_time.

Returns:

  • (::Time)


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

def last_update_date_time
  @last_update_date_time
end

#report_type::String

Returns the value of attribute report_type.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def report_type
  @report_type
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


74
75
76
# File 'sig/types.rbs', line 74

def security_group_ids
  @security_group_ids
end

#self_managed_instance_ids::Array[::String]

Returns the value of attribute self_managed_instance_ids.

Returns:

  • (::Array[::String])


75
76
77
# File 'sig/types.rbs', line 75

def self_managed_instance_ids
  @self_managed_instance_ids
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


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

def status_code
  @status_code
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def status_reason
  @status_reason
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


73
74
75
# File 'sig/types.rbs', line 73

def subnet_ids
  @subnet_ids
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def version
  @version
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def vpc_id
  @vpc_id
end