Class: Aws::Types::AssessmentSummary

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)


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

def assessment_id
  @assessment_id
end

#customer_dns_ips::Array[::String]

Returns the value of attribute customer_dns_ips.

Returns:

  • (::Array[::String])


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

def customer_dns_ips
  @customer_dns_ips
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


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

def directory_id
  @directory_id
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


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

def dns_name
  @dns_name
end

#last_update_date_time::Time

Returns the value of attribute last_update_date_time.

Returns:

  • (::Time)


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

def last_update_date_time
  @last_update_date_time
end

#report_type::String

Returns the value of attribute report_type.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def report_type
  @report_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end